Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual

Page 128

Advertising
background image

Teledyne LeCroy

Voyager USB 3.0 Exerciser Generation Script Language Reference Manual

119

Main

{
$X = Generic
{
Data = {

AA BB CC DD

}

}

$Y = Generic
{
Data = {

00 11 22 33

}

}

Call

Block( $X, $Y )

# Send a packet 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 packet based on 'SOME_PACKET'

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

}

Advertising