Status

SCPI Command :

SBUS<*>:SPI:FRAMe<*>:STATus
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default) SbusSpiFrameState[source]
# SBUS<*>:SPI:FRAMe<*>:STATus
value: enums.SbusSpiFrameState = driver.sbus.spi.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: the frame is valid. VOID: the frame is empty. INComplete: INComplete word. The word is cut off at the left or right side of the acquisition. LENGth: The frame that was found has an unexpected length: there are either too few or too many bits in this frame.