beautypg.com

Figure 11.2 example: output for adddatacell – Teledyne LeCroy Protocol Analyzers File-Based Decoding User Manual User Manual

Page 59

background image

File-based Decoding User Manual

Chapter 11: Primitives

LeCroy Corporation

53

Example

# Creates a data cell with 2 dwords (32-bit integers) of data.

AddDataCell( '0123456789ABCDEF', _DWORDS );

# Creates a data cell with 4 bytes. Integer data values are
always interpreted as 32 bits of data.

AddDataCell( 0x11223344, _BYTES );

The output of the example is:

Figure 11.2 Example: Output for AddDataCell