Ssize
SCPI Command :
BUS<*>:UART:SSIZe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:UART:SSIZe value: int = driver.bus.uart.ssize.get(bus = repcap.Bus.Default)
Sets the number of data bits in a message.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
data_bits: Number of data bits. 9 data bits are only possible with parity = none.
- set(data_bits: int, bus=Bus.Default) None[source]
# BUS<*>:UART:SSIZe driver.bus.uart.ssize.set(data_bits = 1, bus = repcap.Bus.Default)
Sets the number of data bits in a message.
- Parameters:
data_bits – Number of data bits. 9 data bits are only possible with parity = none.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)