CsState

SCPI Command :

BUS<*>:LIN:FRAMe<*>:CSSTate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusLinFrameErrorState[source]
# BUS<*>:LIN:FRAMe<*>:CSSTate
value: enums.BusLinFrameErrorState = driver.bus.lin.frame.csState.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the checksum state of the specified frame.

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:

checksum_state: STERror: start error SPERror: stop error UVAL: unexpected value NOEXists: byte does not exist INSufficient: the frame is not completely contained in the acquisition. The decoded part of the frame is valid.