5 #ifndef INSTRUMENT_CONTROL_LIB_SMU_H
6 #define INSTRUMENT_CONTROL_LIB_SMU_H
Basic device class This class contains all basic method of all devices, like Connect,...
Definition: Device.h:30
SEND_METHOD
Definition: Device.h:33
@ DIRECT_SEND
Definition: Device.h:34
Dummy class to allow assignment to SMU class.
Definition: SMU.h:12
virtual PIL_ERROR_CODE setLevel(UNIT unit, SMU_CHANNEL channel, double level, bool checkErrorBuffer)=0
virtual PIL_ERROR_CODE measure(UNIT unit, SMU_CHANNEL channel, double *value, bool checkErrorBuffer)=0
SRC_OFF_MODE
Definition: SMU.h:55
@ OUTPUT_HIGH_Z
Definition: SMU.h:61
@ OUTPUT_ZERO
Definition: SMU.h:59
@ OUTPUT_NORMAL
Definition: SMU.h:57
UNIT
Unit which should be changed or measured.
Definition: SMU.h:31
@ POWER
Definition: SMU.h:35
@ RESISTANCE
Definition: SMU.h:34
@ CURRENT
Definition: SMU.h:33
@ VOLTAGE
Definition: SMU.h:32
SRC_FUNC
Definition: SMU.h:48
@ DC_AMPS
Definition: SMU.h:50
@ DC_VOLTS
Definition: SMU.h:52
virtual PIL_ERROR_CODE turnOff(SMU_CHANNEL channel, bool checkErrorBuffer)=0
SRC_SETTLING
Definition: SMU.h:64
@ FAST_POLARITY
Definition: SMU.h:70
@ SMOOTH_100NA
Definition: SMU.h:74
@ SMOOTH
Definition: SMU.h:66
@ FAST_RANGE
Definition: SMU.h:68
@ DIRECT_IRANGE
Definition: SMU.h:72
@ FAST_ALL
Definition: SMU.h:76
virtual PIL_ERROR_CODE turnOn(SMU_CHANNEL channel, bool checkErrorBuffer)=0
SMU(std::string ipAddress, int timeoutInMs, SEND_METHOD mode=DIRECT_SEND)
Definition: SMU.cpp:5
SMU_CHANNEL
Used to select which channel of the SMU should be used to measure or supplied.
Definition: SMU.h:20
@ CHANNEL_A
Definition: SMU.h:21
@ CHANNEL_B
Definition: SMU.h:22
SMU_DISPLAY
Definition: SMU.h:79
@ MEASURE_DC_AMPS
Definition: SMU.h:81
@ MEASURE_OHMS
Definition: SMU.h:85
@ MEASURE_DC_VOLTS
Definition: SMU.h:83
@ MEASURE_WATTS
Definition: SMU.h:87
virtual PIL_ERROR_CODE setLimit(UNIT unit, SMU_CHANNEL channel, double limit, bool checkErrorBuffer)=0
AUTOZERO
Definition: SMU.h:39
@ AUTO
Definition: SMU.h:45
@ ONCE
Definition: SMU.h:43
@ OFF
Definition: SMU.h:41
SMU_SENSE
Definition: SMU.h:90
@ CALIBRATION
Definition: SMU.h:96
@ LOCAL
Definition: SMU.h:92
@ REMOTE
Definition: SMU.h:94