Status
SCPI Command :
SBUS<*>:MANCh:FRAMe<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusNrzcFrameState[source]
# SBUS<*>:MANCh:FRAMe<*>:STATus value: enums.SbusNrzcFrameState = driver.sbus.manch.frame.status.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Returns the overall state of the specified 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 | LENGth | CRC | PARity | INComplete
OK: The frame is valid.
LENGth: Length of the frame is not as expected, indicating an error.
CRC: The checksum of the frame is not as expected, indicating an error.
PARity: Parity is not as expected, indicating an error.
INComplete: The frame is incomplete.