Status

SCPI Command :

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

Returns the overall state of the specified 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. VOID: the frame is empty. INCFirst: INComplete First word. The first word does not have the expected word length. INCLast: INComplete Last word. The last word does not have the expected word length. INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.