Technical data
SCPI Basics 6
Agilent N8211A/N8212A Performance Upconverter Synthetic Instrument Module, 250 kHz to 20 / 40 GHz 161
The following are examples of discrete parameters in commands:
Boolean Parameters
Boolean parameters represent a single binary condition that is either true or false. The
two-state boolean parameter has four arguments. The following list shows the arguments
for the two-state boolean parameter:
String Parameters
String parameters allow ASCII strings to be sent as parameters. Single or double quotes are
used as delimiters.
The following are examples of string parameters:
Real Response Data
Real response data represent decimal numbers in either fixed decimal or scientific notation.
Most high-level programming languages that support N8211A/N8212A input/output (I/O)
handle either decimal or scientific notation transparently.
TRIGger:SOURce BUS
TRIGger:SOURce IMMediate
TRIGger:SOURce EXTernal
ON boolean true, upper/lower case allowed
OFF boolean false, upper/lower case allowed
1 boolean true
0 boolean false
'This is valid' "This is also valid" 'SO IS THIS'