Clength

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:STSSequence:CLENgth<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:STSSequence:CLENgth<PPDU>
class ClengthCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliabiltiy: int: ‘Reliability indicator’

  • Content_Length: int: No parameter help available

fetch(ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:STSSequence:CLENgth<PPDU>
value: ResultData = driver.uwbMeas.multiEval.stsSequence.clength.fetch(ppdu = repcap.Ppdu.Nr1)

Returns the content length of the STS sequence received from the DUT.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

structure: for return value, see the help for ResultData structure arguments.

read(ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:STSSequence:CLENgth<PPDU>
value: ResultData = driver.uwbMeas.multiEval.stsSequence.clength.read(ppdu = repcap.Ppdu.Nr1)

Returns the content length of the STS sequence received from the DUT.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

structure: for return value, see the help for ResultData structure arguments.