Wsize

SCPI Command :

SBUS<*>:SPI:WSIZe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) int[source]
# SBUS<*>:SPI:WSIZe
value: int = driver.sbus.spi.wsize.get(serialBus = repcap.SerialBus.Default)

Sets the word length (or symbol size) , which is the number of bits in a message. The maximum word length is 32 bit.

Parameters:

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

Returns:

word_length: 4 to 32

set(word_length: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPI:WSIZe
driver.sbus.spi.wsize.set(word_length = 1, serialBus = repcap.SerialBus.Default)

Sets the word length (or symbol size) , which is the number of bits in a message. The maximum word length is 32 bit.

Parameters:
  • word_length – 4 to 32

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