Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 53
Subsystem Commands
MMEMory Subsystem
Syntax :MMEMory:CDIRectory directory
:MMEMory:CDIRectory?
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>, the next current directory will be <current directory>\<path>.
If directory=USB:\<path>, the next current directory will be USB:\<path>. Where,
USB:\ is the root directory of the USB memory connected to the front panel.
Error occurs if the specified directory does not exist or is set to hidden or system.
Query response directory <newline>
directory returns the full path of the current directory. Response data type is SRD.
Example :MMEM:CDIR “USB:\b2960\device1\iv_test\result”
:MMEM:CDIR?
:MMEMory:COPY
Makes a copy of an existing file in the current directory.
Syntax :MMEMory:COPY source,destination
Parameter source Source file name. Name of the original file.
destination Copy 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 copy file is created in the current directory.
If destination=<path>, the source file is duplicated in <current directory>\<path>.
If destination=USB:\<path>, the source file is duplicated in 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:COPY “original.dat”,“original_copy.dat”
:MMEM:COPY “original.dat”,“USB:\b2960\device1\iv_test\result”