FTG Series Programming Manual
_________________________________________________________________
33
SEQ:EDIT:SAVE
//Save the current sequence file
5.4. Run SEQ File
OUTP OFF
//Must turn off output before swtching output mode
OUTP:FUNC SEQ
//Switch to sequence test output mode
SEQ:RUN:NUMB 1
//Select sequence file, file number 1
OUTP ON
//Turn on output
SEQ:STAT?
//Query current sequence step and running cycles
5.5. Constant power (CP) output
OUTP OFF
//Must turn off output before swtching output mode
OUTP:FUNC CP
//Switch to CP output mode
CP:VOLT 20.0
//Set maximum voltage 20V
CP:CURR 50.0
//Set maximum current 50A
CP:POW 100.0
//Set constant output power 100W
CP:RESP 100
//Set constant power response speed 100%
OUTP ON
//Turn on output
CP:POW 200.0
//Change output power to 200W