You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mode on the instrument to be set to DC voltage
Actual behaviour
The instrument shows a message on the front panel that the parameter value should be specified as a string. In Python, the commands are executed without exception.
System
Windows 10
If you are using a released version of qcodes (recommended):
0.31.0
The Keithley6500 driver does not set the mode correctly.
Steps to reproduce
Expected behaviour
The mode on the instrument to be set to DC voltage
Actual behaviour
The instrument shows a message on the front panel that the parameter value should be specified as a string. In Python, the commands are executed without exception.
System
Windows 10
If you are using a released version of qcodes (recommended):
0.31.0
Following the manual:
https://download.tek.com/manual/DMM6500-901-01B_Sept_2019_Ref.pdf
the solution is simply to add quotes around the mode value in the command.
Related to #1541
I will add a PR shortly.
The text was updated successfully, but these errors were encountered: