SCPI.MMEMory.DELete

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.DELete = File

Description

This command deletes an existing file or directory (folder).

Variable

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.

Examples

SCPI.MMEMory.DELete = "d:\"

SCPI.MMEMory.DELete = "test/state01.sta"

Equivalent key

Save/Recall > Save State > File Dialog...

Equivalent SCPI command

Syntax

:MMEMory:DELete <string>

Example of use

10 OUTPUT 717;":MMEM:DEL ""Test1/State01.sta"""

10 OUTPUT 717;":MMEM:DEL ""D:State01.sta"""