Formats and Data Flow 7
Keysight 53220A/53230A User’s Guide 259
Creating folders
Folders and sub-folders are created using the command:
MMEMory:MDIRectory “<folder>”
– folder has the form drive:path. drive is either INT (internal flash memory)
or USB (external memory device). path is an absolute path and folder name
beginning with \ or /. INT:\ is the default drive:path.
The folder parameter cannot exceed 240 characters, and the characters \ / :
* ? “ < > | cannot be contained within the folder name. To create a folder:
//create folder ‘dut_1’ with sub-folder ‘data1’ in the root
//directory of internal flash memory
MMEM:MDIR “INT:\dut_1”
MMEM:MDIR “INT:\dut_1\data1”
Note that a folder and sub-folder cannot be created within the same command.