Eword

SCPI Command :

BUS<*>:UART:EWORd
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) int[source]
# BUS<*>:UART:EWORd
value: int = driver.bus.uart.eword.get(bus = repcap.Bus.Default)

Sets the end pattern of the packets. A new packet starts with the first start bit after the defined end pattern. The command is relevant if method RsRtx.bus.uart.packets.set() is set to EWORd.

Parameters:

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

Returns:

end_frame: End word value in decimal format (range 0 to 255) or hexadecimal format (prefix #H) . The query always returns hexadecimal values.

set(end_frame: int, bus=Bus.Default) None[source]
# BUS<*>:UART:EWORd
driver.bus.uart.eword.set(end_frame = 1, bus = repcap.Bus.Default)

Sets the end pattern of the packets. A new packet starts with the first start bit after the defined end pattern. The command is relevant if method RsRtx.bus.uart.packets.set() is set to EWORd.

Parameters:
  • end_frame – End word value in decimal format (range 0 to 255) or hexadecimal format (prefix #H) . The query always returns hexadecimal values.

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