FTG Series Programming Manual
_________________________________________________________________
32
5. Programming example
5.1. VI static output
OUTP OFF
//Must turn off output before swtching output mode
OUTP:FUNC VI
//Switch to static VI output mode
SOUR:VOLT 10
//Set output votlage is 10V
SOUR:CURR 10
//Set output current is 10A
OUTP ON
//Turn on output
SOUR:VOLT 20
//Set output voltage to 20V
5.2. Query measurement parameter
MEAS:VOLT?
//Display the measured voltage
MEAS:CURR?
//Display the measured current
MEAS:POW?
//Display the meausred power
MEAS:VOLT?;CURR?;POW?
//Display the measured voltage, current, power
5.3. Edit SEQ file
OUTP OFF
//Must turn off output before edit sequence file
SEQ:EDIT:NUMB 1
//Edit sequence file, file number is 1
SEQ:EDIT:COUN 3
//Set sequence length is 3
SEQ:EDIT:CYCL 1
//Set sequence running cycles is 1
SEQ:EDIT:LINK 0
//Set SEQ link file, 0 means no linked sequence file
SEQ:EDIT:STEP 1
//Edit step 1
SEQ:EDIT:VOLT 5.0
//Set output voltage is 5V
SEQ:EDIT:CURR 1.0
//Set output current is 1A
SEQ:EDIT:DEL 1.0
//Set step delay is 1s
SEQ:EDIT:STEP 2
//Edit step 2
SEQ:EDIT:VOLT 10.0
//Set output voltage is 10V
SEQ:EDIT:CURR 2.0
//Set output current is 2A
SEQ:EDIT:DEL 2.0
//Set step delay is 2s
SEQ:EDIT:STEP 3
//Edit step 3
SEQ:EDIT:VOLT 15.0
//Set output voltage is 15V
SEQ:EDIT:CURR 3.0
//Set output current is 3A
SEQ:EDIT:DEL 3.0
//Set step delay is 3s