MMEMory:CDIRectory
Syntax
MMEMory:CDIRectory <folder>
MMEMory:CDIRectory?
Description
This command selects the default folder for the MMEMory subsystem commands. This folder must exist
and is used when folder or file names do not include a drive and folder name.
Remarks
l The format for <folder> is "[[<drive>:]<path>]", where <drive> can be INTernal or USB, and <path> is a
folder path.
o
INTernal specifies the internal flash file system. USB specifies a front panel USB storage device.
o
If <drive> is specified, <path> is interpreted as an absolute folder path. Absolute paths begin with a "\"
or "/" and start at the root folder of <drive>.
o
If <drive> is omitted, <path> is relative to the folder currently specified by the MMEMory:CDIRectory
command. Relative paths must not begin with "\" or "/".
o
Folder and file names cannot contain the following characters: \ / : * ? " < > |
o
<folder> cannot exceed 240 characters.
o
The specified folder must exist and cannot be marked as hidden or system.
l The instrument resets the default folder to the root directory on the internal flash file system ("INT:\")
after a Factory Reset (*RST command) or after an Instrument Preset (SYSTem:PRESet command).
Return Format
The query returns the default folder as a quoted string.
Examples
The following example selects the folder "\Backup" on the internal flash file system as the default folder
for MMEMory subsystem commands.
MMEM:CDIR "INT:\Backup"
The following example returns the default folder for MMEMory subsystem commands.
MMEM:CDIR?
Typical Response: "\"
Keysight 53220A/53230A Programmer's Reference 295
MMEMory:CDIRectory