Brs

SCPI Command :

TRIGger<*>:CAN:FDATa:BRS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusBitCondition[source]
# TRIGger<*>:CAN:FDATa:BRS
value: enums.BusBitCondition = driver.trigger.can.fdata.brs.get(trigger = repcap.Trigger.Default)

Sets the bit rate switch bit.

Parameters:

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

Returns:

brs_bit: ONE: the bit rate switches from the bit rate of the arbitration phase to the faster data rate.

set(brs_bit: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:CAN:FDATa:BRS
driver.trigger.can.fdata.brs.set(brs_bit = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Sets the bit rate switch bit.

Parameters:
  • brs_bit – ONE: the bit rate switches from the bit rate of the arbitration phase to the faster data rate.

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