Instructions

RIGOL Chapter 2 Command System
2-6 DSG800 Programming Guide
:MMEMory:DELete
Syntax
:MMEMory:DELete <file_name>
Description
Delete the specified file or folder under the specified operation path.
Parameter
Name
Type
Range
Default
<file_name> ASCII string
The name of the file or folder to
be deleted
--
Explanation This command is valid only when the specified file or folder exists under the
current operation path or the specified path.
<file_name> can be the name of a file or folder under the current operation
path or a file or folder name containing the specified path. For
example, :MMEM:DEL D:\NEW\8.STA.
Example :MMEM:DEL 8.STA /*Delete the file named "8.STA" under the current operation
path*/
:MMEMory:DISK:FORMat
Syntax :MMEMory:DISK:FORMat
Description Format the local disk (D disk).
:MMEMory:DISK:INFormation
Syntax
:MMEMory:DISK:INFormation? <Disk>
Description Query the information of the local disk.
Parameter
Name
Type
Range
Default
<Disk>
ASCII string
D: (or LOCAL)
D: (or LOCAL)
Return Format The query returns the information of the local disk, including the disk name, file
system, total space, used space and free space. For example,
Disk:D: (or Disk:LOCAL)
File Sys:FAT32
Total:1.0 GB
Used:512 KB
Free:0.99 GB
Example
:MMEM:DISK:INF? D: /*The query returns the information of D disk*/