HP34401A 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.
AutoRangeOFF DEV_VOID DEV_VOID OPERATOR Disables Autorange
AutoRangeON DEV_VOID DEV_VOID OPERATOR Enables Autorange
AutoRangeEnabled DEV_VOID DEV_STRING OPERATOR Returns the auto range state (ON or OFF)
GetTiggerSource DEV_VOID DEV_STRING EXPERT Returns the trigger source as string
SetTriggerSource DEV_STRING DEV_VOID EXPERT Sets the trigger source
GetTriggerCount DEV_VOID DEV_USHORT EXPERT Get the number of triggers the multimeter will accept before returning to the
“idle” state.
SetTriggerCount DEV_USHORT DEV_VOID EXPERT Set the number of triggers the multimeter will accept before returning to the
“idle” state. Allowed values in the range [1, 50000].
GetSampleCount DEV_VOID DEV_USHORT EXPERT Returns the number of readings (samples) the multimeter takes per trigger.
SetSampleCount DEV_USHORT DEV_VOID EXPERT Set the number of readings (samples) the multimeter takes per trigger.
GetResolution DEV_VOID DEV_DOUBLE OPERATOR Returns the actual digits resolution.
GetRange DEV_VOID DEV_DOUBLE OPERATOR Returns the actual range
GetNPLC DEV_VOID DEV_DOUBLE OPERATOR Returns the integration time per point (in NPLC)
SetNPLC DEV_DOUBLE DEV_VOID OPERATOR Sets the integraion time per point (in NPLC)