Bitrate

SCPI Command :

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

Sets the number of transmitted bits per second. The maximum bit rate for LIN is 20 kbit/s.

Parameters:

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

Returns:

bitrate: 1000 to 20000000

set(bitrate: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:LIN:BITRate
driver.sbus.lin.bitrate.set(bitrate = 1, serialBus = repcap.SerialBus.Default)

Sets the number of transmitted bits per second. The maximum bit rate for LIN is 20 kbit/s.

Parameters:
  • bitrate – 1000 to 20000000

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