2 simulation settings, Simulation settings, Rxsimulationmode_se – Teledyne LeCroy UWBTrainer Exerciser Script Language User Manual
Page 18: Simanalyzerphy_s, 10 simuseelsebranch

LeCroy Corporation
UWBTrainer Exerciser - Generation Script Language Reference Manual
10
7.2 Simulation Settings
This group of settings does not affect generation output for UWBTrainer in any way. Only the
UWBTrainer application trace simulation tool uses these settings. This tool allows you to convert
generation scenarios into UWBTracer trace files and preview traffic generated by the UWBTrainer
device. (For more details about the simulation tool, please refer to the UWBTrainer user manual.)
Setting Description
RxSimulationMode
If set to 1, specifies that the generation scenario should
be converted to an RF trace file as it might be recorded
by a UWBTracer analyzer recording RF traffic.
If set to 0, specifies that the generation scenario should
be converted to an MPI trace file as it might be recorded
by a UWBTracer analyzer recording MPI traffic.
Default value: 1 (RF simulation mode)
SimAnalyzerPhy
Specifies simulation analyzer PHY settings for
RF simulation mode. It is used only when
RxSimulationMode = 1.
Possible values (constants are defined in
gen_constants.ginc) are:
PHY_WISAIR_REV_B = 0x11
PHY_WISAIR_REV_C = 0x12
PHY_WISAIR_REV_532 = 0x13
PHY_ALEREON = 0x30
Default value: PHY_WISAIR_REV_C
SimUseElseBranch
If set to 1, specifies that, whenever the simulation tool
sees the else_condition branch, it takes those branch
instructions for the simulated trace file and ignores
if_condition branch instructions.
If set to 0, specifies that, whenever the simulation tool
sees the if_condition branch, it takes those branch
instructions for the simulated trace file and ignores
else_condition branch instructions.
Default value: 0 (simulation tool uses if_condition
branch instructions for a simulated trace file)