Current<Ppdu>

RepCap Settings

# Range: Nr1 .. Nr100
rc = driver.uwbMeas.multiEval.modulation.sevm.current.repcap_ppdu_get()
driver.uwbMeas.multiEval.modulation.sevm.current.repcap_ppdu_set(repcap.Ppdu.Nr1)

SCPI Commands :

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

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands Repeated Capability: Ppdu, default value after init: Ppdu.Nr1

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

Returns the symbol EVM RMS value.

Suppressed linked return values: reliability

param ppdu:

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

return:

symbol: No help available

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

Returns the symbol EVM RMS value.

Suppressed linked return values: reliability

param ppdu:

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

return:

symbol: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.uwbMeas.multiEval.modulation.sevm.current.clone()