ST2523 Series Operation Manual Ver1.2
58
This command sets and returns Beep Tone.
For example:
:SYST:BEEP OFF Turn off beep tone.
Query syntax:
:SYST:BEEP?
Response: <NR1><NL^END>
<NR1> is 0 Turn off beep tone.
1 Turn on beep tone.
7.1.11
Mass MEMory Subsystem Commands
Mass MEMory subsystem commands are used to save and load files (only for internal files).
Command Tree:
Mass MEMory :LOAD
:STATe <record number>
:STORe
:STATe <record number>
The :LOAD:STATe command loads the saved file.
Command syntax: MMEMory:LOAD:STATe <value>
Where,
<value>
The serial number of file ranging from 1 to 100 (NR1).
For example: WrtCmd(“MMEM:LOAD:STAT 1”);
The :STORe:STATe command saves the current settings into a file.
Command syntax: MMEMory:STOR:STATe <value>, <name>
Where,
<value>
The serial number of file ranging from 1 to 20 (NR1).
<name>
File name (.STA is not attached, and the name length is not more than 15 characters)
For example: WrtCmd(“MMEM:STOR:STAT 1,ABC”);