Property (Write Only)
SCPI.MMEMory.MDIRectory = File
This command creates a new directory (folder).
When you create a directory under an existing directory, separate between the directory names with "\ " (back slash), or "/" (slash).
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. |
SCPI.MMEMory.MDIRectory = "d:\test"
SCPI.MMEMory.MDIRectory = "test"
Save/Recall > Save State > File Dialog...
:MMEMory:MDIRectory <string>
10 OUTPUT 717;":MMEM:MDIR ""Test1"""
10 OUTPUT 717;":MMEM:MDIR ""d:Test1"""