ReBit

SCPI Commands :

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

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

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

Returns the decoded reserved bit of the PHR.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

reserved_bit: No help available

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

Returns the decoded reserved bit of the PHR.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

reserved_bit: No help available