Esi
SCPI Command :
SEARch:TRIGger:CAN:FDATa:ESI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusBitCondition[source]
# SEARch:TRIGger:CAN:FDATa:ESI value: enums.BusBitCondition = driver.search.trigger.can.fdata.esi.get(search = 'abc')
Sets the error state indicator 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:
esi_bit: ONE | ZERO | DC
- set(search: str, esi_bit: BusBitCondition) None[source]
# SEARch:TRIGger:CAN:FDATa:ESI driver.search.trigger.can.fdata.esi.set(search = 'abc', esi_bit = enums.BusBitCondition.DC)
Sets the error state indicator 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
esi_bit – ONE | ZERO | DC