Current

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:POWer:PPDU:CURRent<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:POWer:PPDU:CURRent<PPDU>
class CurrentCls[source]

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

fetch(ppdu=Ppdu.Default) float[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:POWer:PPDU:CURRent<PPDU>
value: float = driver.uwbMeas.multiEval.power.ppdu.current.fetch(ppdu = repcap.Ppdu.Default)

Returns the mean power of the PPDU.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ppdu’)

return:

ppdu_power: No help available

read(ppdu=Ppdu.Default) float[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:POWer:PPDU:CURRent<PPDU>
value: float = driver.uwbMeas.multiEval.power.ppdu.current.read(ppdu = repcap.Ppdu.Default)

Returns the mean power of the PPDU.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ppdu’)

return:

ppdu_power: No help available