CsState
SCPI Command :
BUS<*>:FLXRay:FRAMe<*>:CSSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusFlxrayFrameChecksumState[source]
# BUS<*>:FLXRay:FRAMe<*>:CSSTate value: enums.BusFlxrayFrameChecksumState = driver.bus.flxRay.frame.csState.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)
Returns the state of the cyclic redundancy check code of the header data.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
- Returns:
hdr_cksum_st: OK: the CRC is valid. UVAL: unexpected value INSufficient: the frame is not completely contained in the acquisition. The decoded part of the frame is valid.