BrMode

SCPI Command :

SBUS<*>:ARINc:BRMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) LowHigh[source]
# SBUS<*>:ARINc:BRMode
value: enums.LowHigh = driver.sbus.arinc.brMode.get(serialBus = repcap.SerialBus.Default)

Sets the bit rate mode to high or low speed. You can set an exact bitrate value with method RsMxo.sbus.arinc.brValue.set() .

Parameters:

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

Returns:

bitrate_mode: HIGH | LOW

set(bitrate_mode: LowHigh, serialBus=SerialBus.Default) None[source]
# SBUS<*>:ARINc:BRMode
driver.sbus.arinc.brMode.set(bitrate_mode = enums.LowHigh.HIGH, serialBus = repcap.SerialBus.Default)

Sets the bit rate mode to high or low speed. You can set an exact bitrate value with method RsMxo.sbus.arinc.brValue.set() .

Parameters:
  • bitrate_mode – HIGH | LOW

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