Property (Write Only)
SCPI.MMEMory.DELete = File
This command deletes an existing file or directory (folder).
When you delete a directory, all the files and directories in it are deleted.
Specify the file name with the extension.
When you specify a file (directory) under an existing directory, separate them with "\ " (back slash), or "/" (slash).
To delete all files in the directory (folder), specify "\ " (backslash).
Parameter |
File |
Description |
File name or directory name you want to delete |
Data type |
Character string type (String) |
Range |
254 characters or less |
Note |
If the specified file or directory does not exist, an error occurs when executed and the object is ignored. |
SCPI.MMEMory.DELete = "d:\"
SCPI.MMEMory.DELete = "test/state01.sta"
Save/Recall > Save State > File Dialog...
:MMEMory:DELete <string>
10 OUTPUT 717;":MMEM:DEL ""Test1/State01.sta"""
10 OUTPUT 717;":MMEM:DEL ""D:State01.sta"""