R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Command Reference
SCPI Command Reference
Operating Manual 1145.1084.12 – 30 768
String parameter to specify the directory. If DEFault is used, the analyzer
selects the default directory 'C:\Program Files\Rohde&Schwarz\Network
Analyzer'.
– (A *RST does not change the current directory)
Confirmed, command or query (without parameter, returns the current
directory).
MMEM:CDIR 'C:\Documents and
Settings\NetworkService\Application Data'
Change to the specified directory.
See also condensed program example Path Independent RC
Programs.
MMEMory:COPY '<file_source>','<file_destination>'
Copies an existing file to a new file.
'<file_source>',
'<file_destination>'
String parameters to specify the name of the file to be copied and the
name of the new file.
MMEM:COPY 'C:\USER\DATA\SETUP.zvx','A:'
Copy file Setup.zvx in directory C:\USER\DATA to the
external storage medium, mapped to drive A:\.
MMEMory:DATA '<file_name>', <data>
Loads <data> into the file <file_name>.
String parameter to specify the name of the file.
Data in 488.2 block data format. The delimiter EOI must be selected to achieve
correct data transfer.
Confirmed, with query. The query form is MMEMory:DATA? <file_name> with
the response being the associated <data> in block format.
MMEM:DATA? 'C:\TEMP\TEST01.HCP'
Query the block data contained in file TEST01.HCP.