76
Example
WrtCmd(“COMP:BIN:COUN:CLE”)
6.5.11 Mass MEMory Subsystem
The Mass MEMory subsystem command group loads or stores setting data from/to
the internal EEPROM.Figure 6-9 shows the command tree of the Mass MEMory
subsystem command group.
Mass MEMory :LOAD :STATe <record number>
:SAVE或STORe :STATe <record number> [,<“filename”>]
Figure 6-9. Mass MEMory Subsystem Command Tree
:LOAD:STATe
The :LOAD:STATe command loads the setting data from the internal EEPROM.
Command Syntax
MMEMory:LOAD:STATe <value>
Where,
<value> 0 to 11 (NR1) : file number for internal EEPROM
Example
WrtCmd(“MMEM:LOAD:STAT 1)
If the file number is not available, the message “Record Not Exist” will be displayed in
the message window.
The file contains the page information. When a file is loaded, the instrument will
display the saved page.
:STORe:STATe/ :SAVE:STATe
The :STORe:STATe or :SAVE:STATe command stores the setting data to the internal
EEPROM.
Command Syntax
MMEMory:STORe:STATe <value>[,<”filename”>]
Where,
<value> 0 to 11 (NR1) : record number for EEPROM
<”filename”> The file name consists of not more than 18 characters.
<Unnamed> will be the default name, if you don’t input a file name.
Example
WrtCmd(“MMEM:STOR:STAT 1,”#TH2816B*””)