Remote Commands

byte_block [a], [i], [b1], ..., [bn]

Byte Block. This command overwrites a block of i bits in the edit pattern, beginning at address a, with the overwrite pattern indicated by bytes b1 through bn.

Min. Abbr.

byte_b

 

 

Arguments

a

<NR1>, the following ranges indicate the starting

 

 

address of the overwrite block.

 

 

0 to 131071

(1M mode)

 

 

0 to 65535

(512K mode)

 

 

0 to 32767

(256K mode)

 

 

0 to 16,383

(128K mode)

 

 

0 to 8191

(64K mode)

 

i

<NR1>, in the range 1 to 80, the number of bits to

 

 

overwrite. 10 Bytes maximum.

 

b1, ..., bn

<non-decimal numeric(s)> Indicating the bytes that

 

 

make up the overwrite pattern. Each byte may be in

 

 

the range #H00 to #HFF (hex), #Q000 to #Q377

 

 

(octal), or #B00000000 to #B11111111 (binary).

Example

byte_block 4096, 24, #HBB, #H10, #HFF

Note: The address "a" plus the number of bytes being changed ('i'/8) must be less than the pattern length.

Note: n of "bn" must equal 1/8.

C-92

GB1400 User Manual

Page 310
Image 310
Tektronix 071-0590-00 user manual Byteblock a, i, b1, ..., bn