State

SCPI Command :

SBUS<*>:UART:WORD<*>:FLD<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, word=Word.Default, field=Field.Default) SbusUartWordState[source]
# SBUS<*>:UART:WORD<*>:FLD<*>:STATe
value: enums.SbusUartWordState = driver.sbus.uart.word.fld.state.get(serialBus = repcap.SerialBus.Default, word = repcap.Word.Default, field = repcap.Field.Default)

Returns the overall state of the specified field in the specified frame.

Parameters:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

  • word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)

  • field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)

Returns:

state: OK: the frame is valid. BREak: stop bit error with 0x00 word STERror: start error, incorrect start bit SPERror: stop error, incorrect stop bit PRERror: parity error, incorrect parity bit. INComplete: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.