Content

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:STSSequence:CONTent<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:STSSequence:CONTent<PPDU>
class ContentCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliabiltiy: int: ‘Reliability indicator’

  • Content: List[str]: No parameter help available

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

Returns the content 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:CONTent<PPDU>
value: ResultData = driver.uwbMeas.multiEval.stsSequence.content.read(ppdu = repcap.Ppdu.Nr1)

Returns the content 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.