Minimum

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:MODulation:PLEVel:MINimum<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:MODulation:PLEVel:MINimum<PPDU>
CALCulate:UWB:MEASurement<Instance>:MEValuation:MODulation:PLEVel:MINimum<PPDU>
class MinimumCls[source]

Minimum commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Phr_Plevel: enums.ResultStatus2: PHR pulse level

  • Psdu_Plevel: enums.ResultStatus2: PSDU pulse level

  • Sts_Plevel: enums.ResultStatus2: STS pulse level

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Phr_Plevel: float: PHR pulse level

  • Psdu_Plevel: float: PSDU pulse level

  • Sts_Plevel: float: STS pulse level

calculate(ppdu=Ppdu.Nr1) CalculateStruct[source]
# SCPI: CALCulate:UWB:MEASurement<Instance>:MEValuation:MODulation:PLEVel:MINimum<PPDU>
value: CalculateStruct = driver.uwbMeas.multiEval.modulation.plevel.minimum.calculate(ppdu = repcap.Ppdu.Nr1)

Returns pulse levels according to the FIRA specification, relative to the SHR pulse level.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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

fetch(ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:MODulation:PLEVel:MINimum<PPDU>
value: ResultData = driver.uwbMeas.multiEval.modulation.plevel.minimum.fetch(ppdu = repcap.Ppdu.Nr1)

Returns pulse levels according to the FIRA specification, relative to the SHR pulse level.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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

read(ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:MODulation:PLEVel:MINimum<PPDU>
value: ResultData = driver.uwbMeas.multiEval.modulation.plevel.minimum.read(ppdu = repcap.Ppdu.Nr1)

Returns pulse levels according to the FIRA specification, relative to the SHR pulse level.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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