Itype

SCPI Command :

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

Selects the format of data and remote frames. Remote frames are not available in the CAN FD protocol.

Parameters:

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

Returns:

identifier_type: ANY | B11 | B29

  • B11: 11 bit identifier (standard format) . The instrument triggers on the sample point of the IDE bit.

  • B29: 29 bit identifier (extended format) . The instrument triggers on the sample point of the RTR bit.

  • ANY: The ID type and ID pattern are not relevant for the trigger condition.

set(identifier_type: CanIdentifierType, trigger=Trigger.Default) None[source]
# TRIGger<*>:CAN:ITYPe
driver.trigger.can.itype.set(identifier_type = enums.CanIdentifierType.ANY, trigger = repcap.Trigger.Default)

Selects the format of data and remote frames. Remote frames are not available in the CAN FD protocol.

Parameters:
  • identifier_type

    ANY | B11 | B29

    • B11: 11 bit identifier (standard format) . The instrument triggers on the sample point of the IDE bit.

    • B29: 29 bit identifier (extended format) . The instrument triggers on the sample point of the RTR bit.

    • ANY: The ID type and ID pattern are not relevant for the trigger condition.

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