PstGap

SCPI Commands :

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

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Payload_Sts_Gap_A_0: int: No parameter help available

  • Payload_Sts_Gap_A_1: int: No parameter help available

class ReadStruct[source]

Response structure. Fields:

  • Reliabiltiy: 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

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

Returns the decoded bits A0 and A1 of the PHR.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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

read(ppdu=Ppdu.Nr1) ReadStruct[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:SINFo:PSTGap<PPDU>
value: ReadStruct = driver.uwbMeas.multiEval.sinfo.pstGap.read(ppdu = repcap.Ppdu.Nr1)

Returns the decoded bits A0 and A1 of the PHR.

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

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