Crc

SCPI Commands :

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

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

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

Returns the result of the PHR checksum (SECDED) verification.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

crc: No help available

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

Returns the result of the PHR checksum (SECDED) verification.

Suppressed linked return values: reliability

param ppdu:

optional repeated capability selector. Default value: Nr1

return:

crc: No help available