SfdLength

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:SINFo:SFDLength<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:SINFo:SFDLength<PPDU>
class SfdLengthCls[source]

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

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

Returns the length of the SFD sequence.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

sfd_length: No help available

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

Returns the length of the SFD sequence.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

sfd_length: No help available