|
||||
|
|
|
|
|
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. |
WriteReadSocket | DEV_STRING | DEV_STRING | OPERATOR | Write to device and read the answer. |
Reset | DEV_VOID | DEV_VOID | OPERATOR | Reset Keithley |
ResetChannels | DEV_VOID | DEV_VOID | OPERATOR | Reset channels. |
ScanReset | DEV_VOID | DEV_VOID | OPERATOR | Perfoms scan.reset(). |
ScanAbort | DEV_VOID | DEV_VOID | OPERATOR | Perfoms scan.abort(). |
SetMeasurement | DEV_VOID | DEV_VOID | OPERATOR | Send the commands need for setting a measurement |
StartMeasurement | DEV_VOID | DEV_VOID | OPERATOR | Starts a measurement and fill the buffer with the results. |
WriteSocket | DEV_STRING | DEV_VOID | OPERATOR | Write to device and not read answer. |
CloseChannels | DEV_STRING | DEV_VOID | OPERATOR | Close channels given in the argument |
StatusChannels | DEV_STRING | DEV_STRING | OPERATOR | Give the status of channels given in the argument: 0 -> open, 1 -> close |
OpenChannels | DEV_STRING | DEV_VOID | OPERATOR | Open channels given in the argument |
RunKeithleyInit | DEV_VOID | DEV_VOID | OPERATOR | Run init file set in KeithleyInitFile attribute. If KeithleyInitFile is empty, the command SetMeasurement will be performed. |
RunKeithleyCommand | DEV_VOID | DEV_VOID | OPERATOR | Run the command set in the KeithleyCommand attribute. If KeithleyCommand is empty, the command StartMeasurement will be performed. |