Maximum

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:TRACe:PVTime:MAXimum<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:TRACe:PVTime:MAXimum<PPDU>
class MaximumCls[source]

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

fetch(ppdu=Ppdu.Nr1) List[float][source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:TRACe:PVTime:MAXimum<PPDU>
value: List[float] = driver.uwbMeas.multiEval.trace.powerVsTime.maximum.fetch(ppdu = repcap.Ppdu.Nr1)

Returns the y-values of the power vs time trace. The minimum and maximum values can be retrieved. See also ‘Power vs Time square’.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

power: Comma-separated list of power values.

read(ppdu=Ppdu.Nr1) List[float][source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:TRACe:PVTime:MAXimum<PPDU>
value: List[float] = driver.uwbMeas.multiEval.trace.powerVsTime.maximum.read(ppdu = repcap.Ppdu.Nr1)

Returns the y-values of the power vs time trace. The minimum and maximum values can be retrieved. See also ‘Power vs Time square’.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

power: Comma-separated list of power values.