Remote Commands for HRP UWB Measurements
R&S
®
VSE-K149
49
User Manual 1179.3315.02 ─ 01
The short form is emphasized in upper case letters. Note however, that this emphasis
only serves the purpose to distinguish the short from the long form in the manual. For
the instrument, the case does not matter.
Example:
SENSe:FREQuency:CENTer
is the same as
SENS:FREQ:CENT
.
6.1.3
Numeric Suffixes
Some keywords have a numeric suffix if the command can be applied to multiple
instances of an object. In that case, the suffix selects a particular instance (e.g. a mea-
surement window).
Numeric suffixes are indicated by angular brackets (<n>) next to the keyword.
If you don't quote a suffix for keywords that support one, a 1 is assumed.
Example:
DISPlay[:WINDow<1...4>]:ZOOM:STATe
enables the zoom in a particular mea-
surement window, selected by the suffix at
WINDow
.
DISPlay:WINDow4:ZOOM:STATe ON
refers to window 4.
6.1.4
Optional Keywords
Some keywords are optional and are only part of the syntax because of SCPI compli-
ance. You can include them in the header or not.
Note that if an optional keyword has a numeric suffix and you need to use the suffix,
you have to include the optional keyword. Otherwise, the suffix of the missing keyword
is assumed to be the value 1.
Optional keywords are emphasized with square brackets.
Example:
Without a numeric suffix in the optional keyword:
[SENSe:]FREQuency:CENTer
is the same as
FREQuency:CENTer
With a numeric suffix in the optional keyword:
DISPlay[:WINDow<1...4>]:ZOOM:STATe
DISPlay:ZOOM:STATe ON
enables the zoom in window 1 (no suffix).
DISPlay:WINDow4:ZOOM:STATe ON
enables the zoom in window 4.
6.1.5
Alternative Keywords
A vertical stroke indicates alternatives for a specific keyword. You can use both key-
words to the same effect.
Introduction