Dbitrate

SCPI Command :

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

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

Parameters:

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

Returns:

fd_bitrate: 10000 to 15E+6

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

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

Parameters:
  • fd_bitrate – 10000 to 15E+6

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