Status
SCPI Command :
SBUS<*>:SENT:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusSentFrameState[source]
# SBUS<*>:SENT:FRAMe<*>:STATus value: enums.SbusSentFrameState = driver.sbus.sent.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. SYNC: Synchronization error occurred. PULse: Pulse error occurred. CRC: Cyclic redundancy check failed. LENGth: Irregular frame length error occurred. FORM: Format error occurred. INComplete: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.