beautypg.com

Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual

Page 31

background image

LeCroy Corporation

UWBTrainer Exerciser - Generation Script Language Reference Manual

23

# MAC HEADER

#------- Frame Control Multi-byte Field -------

# Example of a complex multi-byte field.

# A multi-byte complex field has a subfield layout.

# Only one level of subfields is currently allowed.

FrameCtrl

{

Reserved3 :

2

Retry :

1

CtrlType :

4

FrameType :

3

AckPolicy :

2

Secure :

1

Version :

3

DestAddr :

16

SrcAddr :

16

}

#------- Sequence Control -------

# Another example of a complex multi-byte field.

SeqCtrl

{

Reserved4 :

1

MoreFrag :

1

SeqNum :

11

FragNum :

3

}

#------- Access Information -------

# Another example of a complex multi-byte field.

AccInfo

{

AccMthd :

1

MoreFrms :

1

Duration :

14

}

}