TypePy

SCPI Command :

TRIGger<*>:LIN:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusLinType[source]
# TRIGger<*>:LIN:TYPE
value: enums.BusLinType = driver.trigger.lin.typePy.get(trigger = repcap.Trigger.Default)

Selects the trigger type for LIN analysis. See: ‘Trigger type’.

Parameters:

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

Returns:

type_py: SYNC | ID | IDOR | IDDT | WKFR | ERRC

  • SYNC: Start of the frame, triggers on the stop bit of the sync field.

  • ID: Sets the trigger to one specific identifier or an identifier range.To set the identifier, use TRIGgert:LIN:ICONdition, TRIGgert:LIN:IMIN, and TRIGgert:LIN:IMAX.

  • IDOR: Triggers on an OR combination with up to four identifier conditions. For each identifier condition, enable it with TRIGgert:LIN:IDORn:ENABle and set the value with TRIGgert:LIN:IDORn[:VALue]

  • IDDT: Combination of identifier and data conditionsTo set the identifier condition, use TRIGgert:LIN:ICONdition, TRIGgert:LIN:IMIN, and TRIGgert:LIN:IMAX.To set the data condition, use TRIGgert:LIN:DCONdition, TRIGgert:LIN:DMIN, and TRIGgert:LIN:DMAX.

  • WKFR: Wakeup frame

  • ERRC: Error condition. Define the error types with TRIGgert:LIN:CHKSerror, TRIGgert:LIN:IPERror, and TRIGgert:LIN:SYERror

set(type_py: BusLinType, trigger=Trigger.Default) None[source]
# TRIGger<*>:LIN:TYPE
driver.trigger.lin.typePy.set(type_py = enums.BusLinType.ERRC, trigger = repcap.Trigger.Default)

Selects the trigger type for LIN analysis. See: ‘Trigger type’.

Parameters:
  • type_py

    SYNC | ID | IDOR | IDDT | WKFR | ERRC

    • SYNC: Start of the frame, triggers on the stop bit of the sync field.

    • ID: Sets the trigger to one specific identifier or an identifier range.To set the identifier, use TRIGgert:LIN:ICONdition, TRIGgert:LIN:IMIN, and TRIGgert:LIN:IMAX.

    • IDOR: Triggers on an OR combination with up to four identifier conditions. For each identifier condition, enable it with TRIGgert:LIN:IDORn:ENABle and set the value with TRIGgert:LIN:IDORn[:VALue]

    • IDDT: Combination of identifier and data conditionsTo set the identifier condition, use TRIGgert:LIN:ICONdition, TRIGgert:LIN:IMIN, and TRIGgert:LIN:IMAX.To set the data condition, use TRIGgert:LIN:DCONdition, TRIGgert:LIN:DMIN, and TRIGgert:LIN:DMAX.

    • WKFR: Wakeup frame

    • ERRC: Error condition. Define the error types with TRIGgert:LIN:CHKSerror, TRIGgert:LIN:IPERror, and TRIGgert:LIN:SYERror

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