Chapter 2 Command System  RIGOL 
DG800 Programming Guide  2-39 
:MMEMory:LOAD:STATe 
 
Syntax 
:MMEMory:LOAD:STATe <file_name> 
 
Description 
Loads the specified state file from the current directory. 
 
Parameter 
<file_name>  ASCII String 
The filename of the state file in 
the current directory 
None 
 
Remarks   
The parameter <file_name> is the filename of the state file in the current directory and it is a string 
enclosed by double quotation marks. For example, "Rigol0.RSF". 
 
Example 
Assume that the current directory is D:\. 
:MMEM:LOAD:STAT "D:\Rigol0.RSF" /*Loads the state file Rigol0.RSF from the external memory (D:\).*/ 
 
 
:MMEMory:MDIRectory 
 
Syntax 
:MMEMory:MDIRectory <dir_name> 
 
Description 
Creates a folder in the current directory with a specified name. 
 
Parameter 
 
Remarks 
  The parameter <dir_name> is a string enclosed by double quotation marks. The content in the double 
quotation marks is the name of the folder to be created and its length cannot exceed 7 characters. The 
name can be composed of Chinese characters, English uppercase characters and numbers. Wherein, 
one Chinese character is counted as 2 characters. 
  If a folder with the same name is found in the current directory, the system displays a prompt message, 
indicating that errors occur on the remote command. 
  This command is only applicable to the external memory. 
 
Example   
Assume that the current directory is D:\. 
:MMEM:MDIR "RIGOL1"              /*Creates a folder named "RIGOL1" under the directory of Disk D.*/