| KeithleyDMM6500 Class Commands |
| Name |
Input type |
Output type |
Level |
Description |
| State |
DEV_VOID |
DEV_STATE |
OPERATOR |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
| Status |
DEV_VOID |
CONST_DEV_STRING |
OPERATOR |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
| AutorangeON |
DEV_VOID |
DEV_VOID |
OPERATOR |
Enables autorange |
| AutorangeOFF |
DEV_VOID |
DEV_VOID |
OPERATOR |
Disables autorange |
| AutorangeEnabled |
DEV_VOID |
DEV_STRING |
OPERATOR |
Command to get autorange state |
| SetVoltmeterMode |
DEV_VOID |
DEV_VOID |
EXPERT |
Set the Keithley in Voltmeter mode |
| SetTemperatureMode |
DEV_VOID |
DEV_VOID |
EXPERT |
Set the Keithley in Temperature mode |
| GetMode |
DEV_VOID |
DEV_STRING |
OPERATOR |
Returns the current mode |
| SetNPLC |
DEV_DOUBLE |
DEV_VOID |
OPERATOR |
Sets the integration time in NPLC value in the range [0.0005, 12] of the current mode. |
| GetNPLC |
DEV_VOID |
DEV_DOUBLE |
OPERATOR |
Returns the NPLC value for the current mode. |
| GetRange |
DEV_VOID |
DEV_STRING |
OPERATOR |
Returns the range of the current mode. |