beautypg.com

Addmissingfields_setting, Framedelay, Maxloopitercount _s – Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual

Page 16: Randseed_s, Receive_s, Superframeperiod_setting

background image

LeCroy Corporation

UWBTrainer Exerciser - Generation Script Language Reference Manual

8

Receive

Allows you to turn OFF(0) or ON(1) the UWBTrainer
receiver. Default value: OFF (0)

If the UWBTrainer receiver is on, then UWBTrainer
receives and processes Rx traffic even if the script
scenario is not concerned about it. This can significantly
decrease script performance (even for just only Tx
generation scenarios), because some time is needed to
process Rx traffic. So it is better to turn it off when there
is no need to process Rx traffic.

Note: 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:

Set Receive = OFF

or Set Receive = 0

SuperFramePeriod

Specifies the SuperFrame period in microseconds.

Possible values are 512 to 0xFFFFFF.

Default value: AUTO (65,536 microseconds)

FrameDelay

Specifies the default delay in nanoseconds between
transmitted frames.

Default value: 0
(Frames are transmitted without delay.)

Note: This value can be overridden by the Delay
parameter in a Send Frame instruction.

AddMissingFields

Instructs the script parser to add any missing frame
template fields for Send Frame instructions.

Missing TX frame template fields might include
FCS.

Missing RX frame template fields might include
FCS +Rx packet end report fields
(such as RSSI and LQI),
which are used in conditions.

Default value: ON

RandSeed

Allows you to set an integer seed for the pseudo-
random generator used by the RAND token.

MaxLoopIterCount

Allows you to change the maximum total number of
preprocessor loop iterations in a generation script.

Possible values are 1 to 100,000.

Default value: 20,000