MMEMory:UPLoad?
Syntax
MMEMory:UPLoad? <file>
Description
This command uploads the contents of a file from the instrument to the host computer.
Remarks
l The format for <file> is "[<drive>:<path>]<file_name>", where <drive> can be INTernal or USB, and
<path> must be an absolute folder path.
o
INTernal specifies the internal flash file system. USB specifies a front panel USB storage device.
o
If <drive>:<path> is omitted, the folder specified by the MMEMory:CDIRectory command is used.
o
Absolute paths begin with a "\" or "/" and start at the root folder of <drive>.
o
Folder and file names cannot contain the following characters: \ / : * ? " < > |
o
The combination of folder and file name cannot exceed 240 characters.
o
The specified file cannot be marked as hidden or system.
Return Format
The query returns the file contents are returned as an IEEE 488.2 definite-length block.
Examples
The following example uploads the contents of the state file "Myfile.sta" in the root directory of the
internal flash file system to the host computer.
MMEM:UPL? "INT:\Myfile.sta"
Typical Response: A definite length binary block containing the file contents
See Also
MMEMory:DOWNload
Keysight 53220A/53230A Programmer's Reference 311
MMEMory:UPLoad?