Dbitrate

SCPI Command :

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

Sets the bit rate of the data phase. The data rate can be higher than the arbitration rate, but it is uniform and fixed for a given CAN FD bus. The setting is available in CAN FD option R&S RTP-K9.

Parameters:

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

Returns:

flex_dat_bitrate: 100 to 15E+6

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

Sets the bit rate of the data phase. The data rate can be higher than the arbitration rate, but it is uniform and fixed for a given CAN FD bus. The setting is available in CAN FD option R&S RTP-K9.

Parameters:
  • flex_dat_bitrate – 100 to 15E+6

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