beautypg.com

Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual

Page 105

background image

LeCroy Corporation

UWBTrainer Exerciser - Generation Script Language Reference Manual

97

Main

{

$X = Generic

{

Data = {

AA BB CC DD

}

}

$Y = Generic

{

Data = {

00 11 22 33

}

}

Call

Block( $X, $Y )

# Send a frame based on 'SOME_PACKET'

# template and Data = { AA BB CC DD 00 11 22 33 }

$X

# Change the structure variable 'X'.

{

Data = {

BE EF DA CD

}

}

$Y

# Change the structure variable 'Y'.

{

Data = {

BE EF DA CD

}

}

Call

Block( $X, $Y )

# Send a frame based on 'SOME_PACKET' template

# and Data = { BE EF DA CD BE EF DA CD }

}