Sinfo

SCPI Commands :

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

Sinfo commands group definition. 36 total commands, 14 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Psdu_Bitrate: float: No parameter help available

  • Phr_Crc: enums.Result: Verification of PHR checksum (SECDED)

  • Analysed_Sync_Sym: int: No parameter help available

  • Cs_Length: int: Length of the code sequence

  • Psdu_Length: int: Length of the PSDU

  • Delta_Length: int: No parameter help available

  • Code_Index: int: No parameter help available

  • Detected_Ppdus: int: No parameter help available

  • Payload_Sts_Gap_A_0: int: No parameter help available

  • Payload_Sts_Gap_A_1: int: No parameter help available

  • Ranging_Bit: int: Decoded ranging bit of the PHR

  • Reserved_Bit: int: Decoded reserved bit of the PHR

  • Fcs_Check: enums.Result: Verification of MAC FCS checksum

  • Sync_Sym_Phr: int: Number of symbols in the SYNC field, read from the PHR

  • Sfd_Value: int: SFD value as defined in IEEE Std 802.15.4z‐2020

  • Sfd_Length: int: Length of the SFD sequence

  • Phr_Bitrate: float: No parameter help available

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

Return the current single value signal information results.

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

Return the current single value signal information results.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.uwbMeas.multiEval.sinfo.clone()

Subgroups