Clength

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:DDECoding:CLENgth<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:DDECoding: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:DDECoding:CLENgth<PPDU>
value: ResultData = driver.uwbMeas.multiEval.ddecoding.clength.fetch(ppdu = repcap.Ppdu.Nr1)

Returns the decoded data length.

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:DDECoding:CLENgth<PPDU>
value: ResultData = driver.uwbMeas.multiEval.ddecoding.clength.read(ppdu = repcap.Ppdu.Nr1)

Returns the decoded data length.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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