Specifications
5-8
System Command Reference Section
Pattern Configuration
Method 2: using data packed 8 bits per byte.
PATT:FORM PACK,8
PATT:UPAT5 9
PATT:UPATS:DATA #12<data>
where
# = the start of the header
1 = the number of decimal digits to follow forming the
length
2 = the length of the data block that follows
<data) = 2 data bytes containing binary 10011011 and
lxxxxxxx
PATT:UPAT5:DATA?
would return *12<data>
where
* = the start of the header
1 = the number of decimal digits to follow forming the
length
2 = the length of the data block that follows
<data> = 2 data bytes containing binary 10011011 and
10000000