User`s manual

101
Chapter 5 Remote Interface Reference
Command Syntax
4
5
Command Syntax
Throughout this manual, the following conventions are used for
command syntax for remote interface programming.
Square brackets ([ ]) indicate optional keywords or parameters.
Braces ({ }) enclose parameter choices within a command string.
Angle brackets (< >) enclose parameters for which you must specify a
value.
A vertical bar ( | ) separates multiple parameters.
Rules for Using a Channel or Scan List
Many of the SCPI commands include a channel list or scan list
parameter which allows you to specify one or more channels. The
channel number has the form (@snn), where s is the slot number and nn
is the channel number. You can specify a slot, a single channel, or
multiple channels as described below.
The following command closes a single channel (channel 11) on the
module installed in slot 1:
OPEN 111
The following command closes multiple channels on modules in slots
1 and 2:
CLOSE 111,112,203,204
Additional information about channel and slot numbering is given on
page 67.