State
SCPI Command :
SBUS<*>:UART:WORD<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, word=Word.Default) SbusUartWordState[source]
# SBUS<*>:UART:WORD<*>:STATe value: enums.SbusUartWordState = driver.sbus.uart.word.state.get(serialBus = repcap.SerialBus.Default, word = repcap.Word.Default)
Returns the status of the specified word.
- 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’)
- Returns:
word_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.