RsParity

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:DDECoding:RSParity<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:DDECoding:RSParity<PPDU>
class RsParityCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliabiltiy: int: ‘Reliability indicator’

  • Solomon_Parity: enums.Result: Indicates the passed or failed check verdict. The parity check is invalid, if no Reed-Solomon encoding is detected.

fetch(ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:DDECoding:RSParity<PPDU>
value: ResultData = driver.uwbMeas.multiEval.ddecoding.rsParity.fetch(ppdu = repcap.Ppdu.Nr1)

Returns the result of the parity check of the Reed-Solomon encoding.

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

Returns the result of the parity check of the Reed-Solomon encoding.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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