Current<Ppdu>
RepCap Settings
# Range: Nr1 .. Nr100
rc = driver.uwbMeas.multiEval.modulation.sync.plPolarity.current.repcap_ppdu_get()
driver.uwbMeas.multiEval.modulation.sync.plPolarity.current.repcap_ppdu_set(repcap.Ppdu.Nr1)
SCPI Commands :
FETCh:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:CURRent<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity: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
- 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.Default) FetchStruct[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:CURRent<PPDU> value: FetchStruct = driver.uwbMeas.multiEval.modulation.sync.plPolarity.current.fetch(ppdu = repcap.Ppdu.Default)
Returns the result of the check for correct pulse location and polarity, for SYNC.
- param ppdu:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Current’)
- return:
structure: for return value, see the help for FetchStruct structure arguments.
- read(ppdu=Ppdu.Default) Result[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:MODulation:SYNC:PLPolarity:CURRent<PPDU> value: enums.Result = driver.uwbMeas.multiEval.modulation.sync.plPolarity.current.read(ppdu = repcap.Ppdu.Default)
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 (settable in the interface ‘Current’)
- return:
sync_pulse_loc_pol: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.uwbMeas.multiEval.modulation.sync.plPolarity.current.clone()