Admin Production ni-theme
Current Publication

Configure Multi Trigger [MT]

IVI Compliance Package

IviDigitizer Configure Multi Trigger [MT]

IviDigitizerMultiTrigger Capability Group

Configures the digitizer to trigger based on multiple trigger sources.

The digitizer can be instructed to trigger when any one of multiple trigger source conditions are met or when all specified trigger source conditions are met.

IviDigitizer Configure Multi Trigger [MT].vi

civrn instrument handle The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

cerrcodeclst error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cstr Source List ("") Specifies the list of source names to be used in a multi-trigger scenario. You can specify multiple sources by separating the names with a comma. The driver uses this value to set the IviDigitizer Trigger Source List property.

Default Value: ""

Note:

You can specify the trace name as a string variable or as a literal enclosed in double quotes.

ci32 Trigger Source Operator (And) Specifies the boolean operation to apply to the trigger sources specified by the Source List input. The driver uses this value to set the IviDigitizer Trigger Source Operator property.

Valid Values:

- IVIDIGITIZER_VAL_TRIGGER_SOURCE_OPERATOR_AND (0)

Trigger sources are AND'd together. The digitizer triggers when all configured trigger source conditions are satisfied.

- IVIDIGITIZER_VAL_TRIGGER_SOURCE_OPERATOR_OR (1)

Trigger sources are OR'd together. The digitizer triggers when the first configured trigger source condition is satisfied.

- IVIDIGITIZER_VAL_TRIGGER_SOURCE_OPERATOR_NONE (2)

No operator is applied to the configured list of trigger sources. The trigger source list is ignored, and the digitizer triggers when the active trigger source, given by the IviDigitizer Active Trigger Source property, and its associated trigger conditions are satisfied.

Default Value: IVIDIGITIZER_VAL_TRIGGER_SOURCE_OPERATOR_AND (0)

iivrn instrument handle out The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

ierrcodeclst error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.