ST2516 Series Operation Manual
62
The :SYSTem:SAVE command is used to save the current parameter setting.
Command syntax
:
:SYSTem:SAVE <Table NO.1 to 30>, <File name>
Where,
<Table NO.1 to 30> = 1 to 30 (NR1), the serial number of file to be saved
<File name> the filename to be saved (no need with suffix.STA, the length of the
file name should be no more than 15 characters)
For example: WrtCmd(“:SYST:SAVE 9 filename”); Save the current parameter setting of the
instrument to No.9 file and set the name of the file as “filename”.
The :SYSTem:LOAD command is used to load the parameter setting file saved.
Command syntax
:
:SYSTem:LOAD <Table NO.1 to 30>
Where,
<Table NO.1 to 30> = 1 to 30 (NR1) the serial number of file saved
For example: WrtCmd(“:SYST:LOAD 9”); load No.9 file of parameter setting file saved.
NOTE: The file to be loaded must have been saved, otherwise ignore this command!
The :SYSTem:EXTVCC command sets the VCC of the instrument Handler interface.
The :SYSTem:EXTVCC? query returns to the current VCC of the instrument Handler interface.
Command syntax
:
:SYSTem:EXTVCC INTernal
EXTernal
Where, INTernal
:
set the VCC of the instrument Handler interface as “INTernal”
EXTernal
:
set the VCC of the instrument Handler interface as “EXTernal”
For example: WrtCmd(“:SYST:EXTVCC INT”); Set the VCC of the instrument Handler interface as
“INTernal”.
Query Syntax: :SYSTem:EXTVCC?
Return format: <INT or EXT><NL^END>
INTernal: the current VCC of the instrument Handler interface is “INTernal”
EXTernal: the current VCC of the instrument Handler interface is “EXTernal”
The :SYSTem:RESet command is used to reset the parameter setting to factory default.
Command syntax
:
:SYSTem:RESet
For example: WrtCmd(“:SYSTem:RES”); namely finish the parameter reset of the instrument.
Other Commands:
The *RST command resets the instrument.
Command syntax: *RST
For example: WrtCmd(“*RST”);