Remote Control
R&S
®
FSVA/FSV
973Operating Manual 1176.7510.02 ─ 09
Only user accounts with administrator rights are able to set the time.
Parameters:
<Time> 0 to 23, 0 to 59, 0 to 59
Example:
SYST:TIME 12,30,30
Usage: SCPI confirmed
Manual operation: See "Time+Date" on page 184
SYSTem:TWALking <Mode>
Defines how remote control programs are evaluated, in particular multiple commands
in one command line.
Note that the default setting is NORM; however, the setting defined by this command is
retained after a PRESET (*RST) operation.
Parameters:
<Mode> NORM
SCPI-conform behaviour
The first command is always referenced to the root node. Sub-
sequent commands, however, are referenced to the same tree
level as the previous command in a message unit.
ENHanced
If subsequent commands are not found on the same tree level
as the previous command, the SCPI parser searches "back-
wards up the tree" of defined SCPI commands. If the command
is found at a higher node, that command is used. Only if the
command is not found anywhere, an error message is returned.
*RST:
setting is retained
Example:
*RST
:SYSTem:TWALKing ENHanced
:SENSe:SWEep:MODE LIST
INIT:CONT OFF
LIST:RANG4:DEL;RANG3:DEL
//without enhanced tree walking this command would deliver an
error
Manual operation: See "Tree Walking" on page 183
SYSTem:VERSion?
This command queries the number of the SCPI version, which is relevant for the instru-
ment.
This command is a query and therefore has no *RST value.
Example:
SYST:VERS?
Remote Control – Commands