AsSymbols

SCPI Commands :

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

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

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

Returns the number of symbols detected in the SYNC field of the SHR.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

symbols: No help available

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

Returns the number of symbols detected in the SYNC field of the SHR.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

symbols: No help available