Technical data
SCPI Commands Reference DIGital Commands
28 Agilent 81133A/81134A Pulse Generator Programming Guide, March 2007
The <data> is an arbitrary block of program data as defined in
IEEE 488.2 7.7.6.2, for example:
*RST value 4 bytes with the binary value 00010001
Example The examples above would be sent as follows:
:DIG:PATT #181CF1011E[, HEX]
:DIG:PATT?
>#181CF1011E
:DIG:PATT #23201001001001001010100101010100110, DUAL
:DIG:PATT?
>#1849254AA6
:DIG:PATT #14@@@@, BIN
:DIG:PATT?
>#1840404040
#181CF1011E, HEX
# Start of block
1 Length of the length of the data
8 Length of the data (in bytes)
1CF1011E 32 bits of pattern data
HEX Data in hex format
#23201001001001001010100101010100110, DUAL
# Start of block
2 Length of the length of the data
32 Length of the data (in bytes)
010...110 32 bits of pattern data
DUAL Data in dual format
#14@@@@, BIN
# Start of block
1 Length of the length of the data
4 Length of the data (in bytes)
@@@@ 32 bits of pattern data
BIN Data in binary format