Brs
SCPI Command :
SEARch:TRIGger:CAN:FDATa:BRS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusBitCondition[source]
# SEARch:TRIGger:CAN:FDATa:BRS value: enums.BusBitCondition = driver.search.trigger.can.fdata.brs.get(search = 'abc')
Sets the bit rate switching bit for identifier and identifier + data searches. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
search – String with the search name
- Returns:
brs_bit: DC: Don’t care
- set(search: str, brs_bit: BusBitCondition) None[source]
# SEARch:TRIGger:CAN:FDATa:BRS driver.search.trigger.can.fdata.brs.set(search = 'abc', brs_bit = enums.BusBitCondition.DC)
Sets the bit rate switching bit for identifier and identifier + data searches. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
search – String with the search name
brs_bit – DC: Don’t care