6 register condition instructions, Register condition instructions, Conditionregisterwmrxframe inst – Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual
Page 52

LeCroy Corporation
UWBTrainer Exerciser - Generation Script Language Reference Manual
44
9.6 Register Condition Instructions
You can register different types of "conditions" for which to wait or to use in flow elements, such
as the If element.
Important: At any place in a script, up to 15 user-defined register conditions may be in use
simultaneously. (Note: In addition, the timer register condition named TIMER is always in use.)
After you have defined 15 register conditions in a script, to define a new register condition you
must first revoke a register condition that is no longer in use. To revoke a register condition that is
no longer in use, use the RevokeCondition instruction.
9.6.1 Register Rx Frame Header+Payload Condition Instruction
You can register a condition for both the Rx Frame header and a payload.
Note
1
: Checking just the header condition works much faster than checking the combined
condition.
Note
2
: The Register Rx Frame condition instruction automatically turns on the receiver. It
remains active and processes Rx traffic until it is turned off by this setting.
Format
ConditionRegisterWMRxFrame ( condition_name,
[
auto_reset
]
,
[
counter
]
,
[
Time variable index
]
)
[
{
Mask/Match pattern or frame variable
Additional condition parameters
}
]