TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-24
The :LOAD:STATe command is used to load the stored file.
Command syntax: MMEMory:LOAD:STATe <record number>
Where,
<record number> is the file serial number ranging from 1 to 100 without unit.
For example: WrtCmd(“MMEM:LOAD:STAT 1”); load file 1.
NOTE: 1. If the file you want to load is not available, “File not exist” message will be
displayed on the system message line.
2. If the input file number is out of 1 to 100, message “Out of file range” will be
displayed on the system message line.
NOTE: The file contains the page information. When a file is loaded, TH2883 will display
the saved page.
The :SAVE:STATe or STORe:STATe command is used to save the current setting data to a file.
Command syntax: MMEMory:STORe:STATe <record number , “filename”>
Where,
<record number> is the file serial number ranging from 1 to 100 , NR1 format without unit.
<“filename”> The file name consists of less than 10 ASCII characters. <Unnamed> will be the
default name, if you don’t input a file name.
For example: WrtCmd(“MMEM:STOR:STAT 1,“#TH2883*””);
NOTE:The file name assigned by bus will be quoted without any change, thus user can
enter some special characters such as special symbols and letters in lower case that cannot be
input on the panel of the instrument.
The :DELete:STATe command deletes a file.
Command syntax: MMEMory:DELete:STATe <record number>
Where,
<record number> is the file serial number ranging form 1 to 100, NR1 format without unit.
For example: WrtCmd( “MMEM:DEL:STAT 1” ); delete file 1.
NOTE: TH2883 will not give a warning message when a file is to be deleted.
8.3.13 Common commands
TH2883 provides following common commands:
*RST
The *RST command is used to reset the instrument.
Command syntax: *RST
For example: WrtCmd( “*RST” );
*TRG