Status
SCPI Command :
SBUS<*>:CAN:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusCanFrameState[source]
# SBUS<*>:CAN:FRAMe<*>:STATus value: enums.SbusCanFrameState = driver.sbus.can.frame.status.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Returns the overall state of the selected frame.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
- Returns:
frame_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. INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.