Border
SCPI Command :
SBUS<*>:SPI:BORDer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) BitOrder[source]
# SBUS<*>:SPI:BORDer value: enums.BitOrder = driver.sbus.spi.border.get(serialBus = repcap.SerialBus.Default)
Selects the bit order, which determines if the data of the messages starts with MSB (most significant bit) or LSB (least significant bit) .
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
bit_order: LSBF | MSBF
- set(bit_order: BitOrder, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPI:BORDer driver.sbus.spi.border.set(bit_order = enums.BitOrder.LSBF, serialBus = repcap.SerialBus.Default)
Selects the bit order, which determines if the data of the messages starts with MSB (most significant bit) or LSB (least significant bit) .
- Parameters:
bit_order – LSBF | MSBF
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)