Ssize
SCPI Command :
SBUS<*>:UART:SSIZe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:UART:SSIZe value: int = driver.sbus.uart.ssize.get(serialBus = repcap.SerialBus.Default)
Sets the number of data bits of a word in a range from 5 bits to 8 bits. If no parity bit is used, then 9 data bits are possible.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
data_bits: 5 to 9
- set(data_bits: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:UART:SSIZe driver.sbus.uart.ssize.set(data_bits = 1, serialBus = repcap.SerialBus.Default)
Sets the number of data bits of a word in a range from 5 bits to 8 bits. If no parity bit is used, then 9 data bits are possible.
- Parameters:
data_bits – 5 to 9
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)