SCPI.MMEMory.MDIRectory

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.MDIRectory = File

Description

This command creates a new directory (folder).

Variable

Parameter

File

Description

Directory name you want to create

Data type

Character string type (String)

Range

254 characters or less

Note

If a directory with the same name as the specified directory name exists, an error occurs when executed and the object is ignored.

Examples

SCPI.MMEMory.MDIRectory = "d:\test"

SCPI.MMEMory.MDIRectory = "test"

Equivalent key

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

Equivalent SCPI command

Syntax

:MMEMory:MDIRectory <string>

Example of use

10 OUTPUT 717;":MMEM:MDIR ""Test1"""

10 OUTPUT 717;":MMEM:MDIR ""d:Test1"""