Status

SCPI Command :

BUS<*>:CANXl:FRAMe<*>:STATus
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) CanXlFrameState[source]
# BUS<*>:CANXl:FRAMe<*>:STATus
value: enums.CanXlFrameState = driver.bus.canXl.frame.status.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the overall state of the selected 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:

state: OK: the frame is valid. EOFD: Wrong end of frame. ACKD: Wrong ACK delimiter occurred. NOACK: Acknowledge is missing. CRCD: Wrong CRC delimiter occurred. CRC: Cyclic redundancy check failed. SERRror: Stuff count error (CAN FD ISO only) . FORM: Fixed-bit form error. BTST: Bit stuffing error occurred. UNKNown: State unknown error INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.