Remote Control
R&S
®
FSVA/FSV
938Operating Manual 1176.7510.02 ─ 09
Query parameters:
<Path> <path>
DOS Path name
The path name should be conform to DOS conventions and may
also include the drive name. According to DOS convention, wild-
card characters can be entered in order to query e.g. a list of all
files of a certain type.
Return values:
Result List of file names in the form of strings separated by commas
Example:
MMEM:CAT? 'C:\R_S\Instr\user\*.DFL'
Returns all files in C:\R_S\Instr\user with extension ".DFL"
MMEM:CAT? 'C:\R_S\Instr\user\SPOOL?.WMF'
Returns all files in C:\R_S\Instr\user whose names start with
SPOOL, have 6 letters and the extension ".WMF".
SPOOL1.WMF,SPOOL2.WMF,SPOOL3.WMF
Usage: Query only
SCPI confirmed
Manual operation: See "Select File" on page 198
MMEMory:CATalog:LONG?
Corresponds to MMEMory:CATalog? on page 937, but displays extended information
on the files contained in the current or specified directory.
This command is an event and therefore has no *RST value and no query.
Query parameters:
<Path> <path>
DOS Path name
The path name should be in conformance with DOS conventions
and may also include the drive name.
Following this value, for each file, a string is listed according to
the following syntax:
"<File name>, <suffix>, <Length of file in
bytes>"
Return values:
Result <total number of bytes the directory contains>,"<File name1>,
<suffix1>, <Length of file 2 in bytes>","<File name 2>, <suffix2>,
<Length of file2 in bytes>",...,"<File name n>, <suffix n>,
<Length of file n in bytes>"
The response value consists of a list of strings, separated by
commas. It begins with the total number of bytes the directory
contains. Then the information for each file is returned.
The <suffix> may be:
– ASCii
– BINary
– STAT
Remote Control – Commands