Instructions

RIGOL Chapter 2 Command System
2-30 DG2000 Programming Guide
:MEMory:STATe:DELete
Syntax
:MEMory:STATe:DELete {0|1|2|3|4|5}
Description
Deletes the state file stored in the specified location of the internal non-volatile memory of the instrument.
Parameter
Name
Type
Range
Default
{0|1|2|3|4|5}
Discrete
0|1|2|3|4|5
None
Remarks
The internal non-volatile memory of the instrument provides 6 storage locations for state files. 0 to 5
represents the state files stored in the specified locations respectively.
This command is only valid when a state file is found in the specified storage location.
Example
:MEM:STAT:DEL 1 /*Deletes the state file stored in location 1 of the internal non-volatile memory of the
instrument.*/
:MEMory:STATe:NAME
Syntax
:MEMory:STATe:NAME {0|1|2|3|4|5}[,<name>]
:MEMory:STATe:NAME? {0|1|2|3|4|5}
Description
Modifies the filename of the state file stored in the specified storage location of the internal non-volatile
memory of the instrument.
Queries the filename of the state file stored in the specified storage location of the internal non-volatile
memory of the instrument.
Parameter
Name
Type
Range
Default
{0|1|2|3|4|5}
Discrete
0|1|2|3|4|5
None
<name>
ASCII String
Refer to "Remarks".
Null
Remarks
The internal non-volatile memory of the instrument provides 6 storage locations for state files. The
parameters 0 to 5 represent the state files in the specified storage locations respectively.
The parameter <name> is the specified filename and its length cannot exceed 7 characters. It can be
composed of Chinese characters, English uppercase characters and numbers. Wherein, one Chinese
character is counted as 2 characters. If the parameter is omitted, the filename is empty.
This command is only valid when a state file is already found in the specified storage location
(
:MEMory:STATe:VALid?).
Return Format
The query returns a string enclosed by double quotation marks. For example, "123.RSF". Wherein, 123 is
the filename and .RSF is the filename suffix of the state file.
Example
:MEM:STAT:VAL? 2 /*Queries whether a state file is already found in storage location 2 of the
internal non-volatile memory of the instrument. The query returns 1.*/
:MEM:STAT:NAME 2,123 /*Modifies the filename of the state file stored in storage location 2 of the
internal non-volatile memory of the instrument to 123.RSF.*/