Dlength

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:SINFo:DLENgth<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:SINFo:DLENgth<PPDU>
class DlengthCls[source]

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

fetch(ppdu=Ppdu.Nr1) int[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:SINFo:DLENgth<PPDU>
value: int = driver.uwbMeas.multiEval.sinfo.dlength.fetch(ppdu = repcap.Ppdu.Nr1)

Returns the oversampling factor (delta length) of the code sequence.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

length: No help available

read(ppdu=Ppdu.Nr1) int[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:SINFo:DLENgth<PPDU>
value: int = driver.uwbMeas.multiEval.sinfo.dlength.read(ppdu = repcap.Ppdu.Nr1)

Returns the oversampling factor (delta length) of the code sequence.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

length: No help available