Dbitrate

SCPI Command :

BUS<*>:CANXl:XDATa:DBITrate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:CANXl:XDATa:DBITrate
value: float = driver.bus.canXl.xdata.dbitrate.get(bus = repcap.Bus.Default)

Sets the bit rate of the data phase for the CAN-XL frame.

Parameters:

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

Returns:

xl_bitrate: 10000 to 30E+6

set(xl_bitrate: float, bus=Bus.Default) None[source]
# BUS<*>:CANXl:XDATa:DBITrate
driver.bus.canXl.xdata.dbitrate.set(xl_bitrate = 1.0, bus = repcap.Bus.Default)

Sets the bit rate of the data phase for the CAN-XL frame.

Parameters:
  • xl_bitrate – 10000 to 30E+6

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