Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual
Page 54

LeCroy Corporation
UWBTrainer Exerciser - Generation Script Language Reference Manual
46
9.6.1.1 Additional Rx Frame Header+Payload Condition parameters
You can specify additional matching parameters inside the Register Rx Frame Header +Payload
Condition Instruction block that are not part of the PHY-MAC header and frame payload. Such
parameters include RSSI, LQI, Frame duration ranges, and errors.
Format:
RxFrameInfo
{
Parameter 1
…
Parameter N
}
The format of additional condition parameters is defined by the RxFrameInfo structure (defined in
the Generation\Include\ RxFrameInfo.ginc file):
struct
RxFrameInfo
{
RSSI_Lo :
8
# RSSI lower limit
RSSI_Hi :
8
# RSSI upper limit
LQI_Lo :
8
# LQI lower limit
LQI_Hi :
8
# LQI upper limit
Duration_Lo :
32
# Frame duration lower limit in microseconds
Duration_Hi :
32
# Frame duration upper limit in microseconds
Reserved_0 :
8
# reserved value, should not be used
Errors
# error flags
{
Reserved_1 :
2
FrmAborted :
1
# Frame Aborted error flag
FCSError :
1
# FCS error flag
LenError :
1
# Frame Length error flag
HdrError :
1
# Frame Header error flag
PldError :
1
# Frame Payload error flag
UnsptdRate :
1
# Unsupported Rate error flag
}
}