Select

SCPI Command :

SBUS<*>:MANCh:BITRate:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:MANCh:BITRate:SELect
value: bool = driver.sbus.manch.bitrate.select.get(serialBus = repcap.SerialBus.Default)

Enables setting the bit rate. To set the bit rate, use the command method RsMxo.sbus.manch.bitrate.width.set() .

Parameters:

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

Returns:

bitrate_select: OFF | ON

set(bitrate_select: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MANCh:BITRate:SELect
driver.sbus.manch.bitrate.select.set(bitrate_select = False, serialBus = repcap.SerialBus.Default)

Enables setting the bit rate. To set the bit rate, use the command method RsMxo.sbus.manch.bitrate.width.set() .

Parameters:
  • bitrate_select – OFF | ON

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