Bitrate
SCPI Command :
BUS<*>:CANXl:BITRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CANXl:BITRate value: float = driver.bus.canXl.bitrate.get(bus = repcap.Bus.Default)
Sets the number of transmitted bits per second for basic CAN.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
bitrate: 10000 to 5E+6
- set(bitrate: float, bus=Bus.Default) None[source]
# BUS<*>:CANXl:BITRate driver.bus.canXl.bitrate.set(bitrate = 1.0, bus = repcap.Bus.Default)
Sets the number of transmitted bits per second for basic CAN.
- Parameters:
bitrate – 10000 to 5E+6
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)