Bitrate

SCPI Command :

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

Sets the number of transmitted bits per second.

Parameters:

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

Returns:

bitrate: 10000 to 5000000

set(bitrate: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:CAN:BITRate
driver.sbus.can.bitrate.set(bitrate = 1.0, serialBus = repcap.SerialBus.Default)

Sets the number of transmitted bits per second.

Parameters:
  • bitrate – 10000 to 5000000

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