7 list of possible field values attribute, List of possible field values attribute – Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual
Page 27

LeCroy Corporation
UWBTrainer Exerciser - Generation Script Language Reference Manual
19
8.2.7 List of Possible Field Values Attribute
You can specify a list of possible field values (defined by constant or data pattern names) for
declared template fields. The UWBTrainer™ Application Development Environment (UWBTrainer
Script Editor Intellisense and Graphic Scenario Builder) uses this list to quickly assign field
values.
Note: The list does not affect compilation or traffic generation.
Example
Const
MyConst =
10
DataPattern
MyPattern = {
AA BB CC DD
}
Frame
MY_TEMPLATE
{
Field_1 :
16
[MyConst, MyPattern]
# possible value list
Field_2 :
32 = 0xAABBCCDD
[MyPattern]
# possible value list
Field_3 :
32
(MSB) =
[
MyConst [MyConst]
# possible value list
}