Itype
SCPI Command :
SEARch:TRIGger:CAN:ITYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) CanIdentifierType[source]
# SEARch:TRIGger:CAN:ITYPe value: enums.CanIdentifierType = driver.search.trigger.can.itype.get(search = 'abc')
Selects the format of data and remote frames: 11 bit for CAN base frames, or 29 bits for CAN extended frames.
- Returns:
identifier_type: ANY | B11 | B29
- set(search: str, identifier_type: CanIdentifierType) None[source]
# SEARch:TRIGger:CAN:ITYPe driver.search.trigger.can.itype.set(search = 'abc', identifier_type = enums.CanIdentifierType.ANY)
Selects the format of data and remote frames: 11 bit for CAN base frames, or 29 bits for CAN extended frames.
- Parameters:
identifier_type – ANY | B11 | B29