Bitrate
SCPI Command :
BUS<*>:LIN:BITRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:LIN:BITRate value: int = driver.bus.lin.bitrate.get(bus = repcap.Bus.Default)
Sets the number of transmitted bits per second.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
bitrate: 1000 to 20E+3
- set(bitrate: int, bus=Bus.Default) None[source]
# BUS<*>:LIN:BITRate driver.bus.lin.bitrate.set(bitrate = 1, bus = repcap.Bus.Default)
Sets the number of transmitted bits per second.
- Parameters:
bitrate – 1000 to 20E+3
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)