
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
21
Main
{
# Send a frame with payload: 00 EE AA BB CC
Send Templ_1
{
SF2 = {AA BB}
SF3 = 0xEE
}
# The same as above
Send Templ_1
{
# Use direct parent field assignment instead of subfields.
F2 = {EE AA BB CC}
}
# Send a frame with payload: 0A 00 EE
Send Templ_2
{
F1 = 0xA
SF1 = 0xEE
}
}
Frame PLCP_PART
{
FrameCtrl
{
Reserved3 : 2
Retry : 1
CtrlType : 4
FrameType : 3
AckPolicy : 2
Secure : 1
Version : 3
}
DestAddr : 16
SrcAddr : 16
}
Comentarios a estos manuales