3-22
3
Keyword
Default
Description
Value
TABLE 3-3 SCPI COMMANDS AND QUERIES
(CONTINUED)
CONFigure
Starts string configuration branch
DIGital
Optional digital data identifier
INPut
(@ 1:4)
Defines bytes on the digital interface that
are used to create the talk string. Value is
a channel list with the format in note 7.
Factory default is (@ 1:4).
POLarity
1
Sets logical true level for input data. Re-
quires that inputs be assigned first. Val-
ues is 0 or 1.
OUTput
0
Defines bytes on the digital interface that
are used to output data from the listen
string. Bytes can be in any order. Value
is a channel list with the format in note 7.
Factory default is none (All bytes set as
inputs)
POLarity
1
Sets logical true level for output data.
Requires that outputs be assigned first.
Values is 0 or 1.
FORMat
Starts string format branch.
DATA
Optional digital data identifier
TALK
HEX
Sets talk string and data query response
format. ASCII expresses a byte's input bit
pattern as a decimal value equal to the
binary sum of the input bits. Multiple
bytes are separated by commas. HEX
converts each four bit nibble into the
ASCII characters 0-9 and A-F. HEXL
converts bytes into two hex characters
separated by commas. All talk strings end
with a linefeed. Values are ASCii | HEX
| HEXL | TABLE.
i.e.
ASCii example = 128,5,255
HEX example = 8005FF
HEX example = 80, 05, FF