State

SCPI Command :

BUS<*>:UART:WORD<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, word=Word.Default) BusUartWordState[source]
# BUS<*>:UART:WORD<*>:STATe
value: enums.BusUartWordState = driver.bus.uart.word.state.get(bus = repcap.Bus.Default, word = repcap.Word.Default)

Returns the status of the specified word.

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

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

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. INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.