I'm trying to make sure I'm using the right commands with Keysight Command Expert before I use Python commands. Using GPIB interface and using the 34901A modules. I am able to display current off the data logger's display so I know it isn't a hardware configuration issue. I'm sure I just don't have the correct measure setup.
This is how I have it setup...
In order to read Measuring Current, I need those first four formatting commands (according to Command Expert). Which is why those are added to the sequence...
However, I'm unable to extract Current. My error with Command Expert:
(':MEASure:CURRent:DC? %s,%s,(%s)' % ('AUTO', 'MAX', '122'))" "COMException:VI_ERROR_TMO: A timeout occurred | CommunicationTimeoutException:SCPI connection attempt timed out | SCPI Error: -102,Syntax error | SCPI Error: -420,Query UNTERMINATED"
Not sure where to go next...