Programmer’s Guide
9-9
Introduction to SCPI
Implied Mnemonics
Implied Mnemonics
Some mnemonics can be omitted from GPIB commands without
changing the effect of the command. These special mnemonics are called
implied mnemonics, and they are used in many subsystems. In addition
to entire mnemonics, variable parts of some mnemonics may also be
implied. These are usually a number indicating a particular
measurement channel, marker, or similar choice.
NOTE
When a number is not supplied for an implied variable, a default choice
is assumed; this choice is always
1
.
The
INITIATE
subsystem contains both the implied mnemonic
IMMEDIATE
at its first branching point and an implied variable for the
measurement channel. The command to trigger a new sweep is shown in
the "SCPI Command Summary" as:
OUTPUT 716;"INITiate[1|2][:IMMediate]
Any of the following forms of the command can be sent to the analyzer
(using HP BASIC) to trigger a new sweep on measurement channel 1:
OUTPUT 716;"INITIATE1:IMMEDIATE"
OUTPUT 716;"INITIATE:IMMEDIATE"
OUTPUT 716;"INITIATE1"
OUTPUT 716;"INITIATE"
If the sweep is to be triggered for measurement channel 2, the channel
number must be specified:
OUTPUT 716;"INITIATE2:IMMEDIATE"
OUTPUT 716;"INITIATE2"
Summary of Contents for 8712ES
Page 11: ...1 1 1 Introduction to GPIB Programming ...
Page 27: ...2 1 2 Synchronizing the Analyzer and a Controller ...
Page 36: ...3 1 3 Passing Control ...
Page 39: ...4 1 4 Data Types and Encoding ...
Page 46: ...5 1 5 Using Status Registers ...
Page 71: ...6 1 6 Trace Data Transfers ...
Page 98: ...6 28 Programmer sGuide Trace Data Transfers Internal Measurement Arrays ...
Page 99: ...7 1 7 Using Graphics ...
Page 105: ...8 1 8 Front Panel Keycodes ...
Page 111: ...9 1 9 Introduction to SCPI ...
Page 129: ...10 1 10 Menu Map with SCPI Commands ...
Page 268: ...12 1 12 SCPI Conformance Information ...
Page 290: ...13 1 13 SCPI Error Messages ...