Extreme

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:EXTReme<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:EXTReme<PPDU>
class ExtremeCls[source]

Extreme commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliabiltiy: int: No parameter help available

  • Sync_Pulse_Loc_Pol: enums.Result: No parameter help available

fetch(ppdu=Ppdu.Nr1) FetchStruct[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:EXTReme<PPDU>
value: FetchStruct = driver.uwbMeas.multiEval.modulation.sync.plPolarity.extreme.fetch(ppdu = repcap.Ppdu.Nr1)

Returns the result of the check for correct pulse location and polarity, for SYNC.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

structure: for return value, see the help for FetchStruct structure arguments.

read(ppdu=Ppdu.Nr1) Result[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:EXTReme<PPDU>
value: enums.Result = driver.uwbMeas.multiEval.modulation.sync.plPolarity.extreme.read(ppdu = repcap.Ppdu.Nr1)

Returns the result of the check for correct pulse location and polarity, for SYNC.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

sync_pulse_loc_pol: No help available