59
Examples:
Q 1:How to set GPIB address?
ADDR 10
==>address is 10
Q 2:How to read back GPIB address?
ADDR?
==>return GPIB address
ADDRESS?
==>return GPIB address
Q 3:How to set up buzzer?
BEEP 1
==>trigger beep to on
BEEP off
==>trigger beep to off
Q 4:How to clear the protecting state?
CLR
==>clear protect status
Q 5:How to read back to error information?
ERR?
==>return error code
Q 6:How to set up voltage?
VSET 10
==>set voltage to 10V
VOLT 3.3V
==>set voltage to 3.3V
VOLTAGE 45
==>set voltage to 45V (for XLN6024)
Q 7:How to read the voltage setting value?
VSET?
==>return voltage setting
VOLT?
==>return voltage setting
VOLTAGE?
==>return voltage setting
Q 8:How to set up current?
ISET 1.1
==>set current to 1.1A
CURR 4.3022
==>set current to 4.3022A
CURRENT 0.250
==>set current to 250mA
Q 9:How to read the setting value of current?
ISET?
==>return current setting
CURR?
==>return current setting
CURRENT?
==>return current setting
Q 10:How to read the voltage outputting value?
VOUT?
==>return voltage output