4- 56 Keysight B2961A/B2962A SCPI Command Reference, Edition 6
Subsystem Commands
MMEMory Subsystem
Example :MMEM:LOAD:STAT “SetupData1.sta”
:MMEMory:MDIRectory
Creates a new directory.
Syntax :MMEMory:MDIRectory directory
Parameter directory Directory name, <path>|USB:\<path>. Either / (slash) or \
(backslash) can be used as the path separator. Up to 255 ASCII
characters. Parameter data type is SPD.
If directory=<path>, this command creates a <current directory>\<path> directory.
If directory=USB:\<path>, this command creates a USB:\<path> directory. Where,
USB:\ is the root directory of the USB memory connected to the front panel.
Example :MMEM:MDIR “USB:\b2960\device1\iv_test\setup”
:MMEMory:MOVE
Moves or renames an existing file in the current directory.
Syntax :MMEMory:MOVE source,destination
Parameter source Source file name. Name of the original file.
destination New file name. Or directory name, <path>|USB:\<path>. Either
/ (slash) or \ (backslash) can be used as the path separator.
Length of parameters is up to 255 ASCII characters. Parameter data type is SPD.
If destination is a file name, the source file is renamed to the new file name in the
current directory.
If destination=<path>, the source file is moved to <current directory>\<path>.
If destination=USB:\<path>, the source file is moved to USB:\<path>. Where,
USB:\ is the root directory of the USB memory connected to the front panel.
Error occurs if the source file does not exist or the destination file already exists.
Example :MMEM:MOVE “original.dat”,“new.dat”
:MMEM:MOVE “original.dat”,“USB:\b2960\device1\iv_test\result”