Crc

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:SINFo:PSDU:CRC<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:SINFo:PSDU:CRC<PPDU>
class CrcCls[source]

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

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

No command help available

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

crc: No help available

read(ppdu=Ppdu.Nr1) bool[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:SINFo:PSDU:CRC<PPDU>
value: bool = driver.uwbMeas.multiEval.sinfo.psdu.crc.read(ppdu = repcap.Ppdu.Nr1)

No command help available

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

crc: No help available