Main Content

TriggerCondition

Indicate required condition before trigger event occurs

Description

The TriggerCondition property indicates the condition that must be met, via the TriggerSource, before a trigger event occurs. The trigger conditions that you can specify depend on the value of the TriggerType property.

TriggerType Value

Conditions Available

'hardware'
(if available for your device)

Device-specific.
For example, some Matrox® hardware supports conditions such as 'risingEdge' and 'fallingEdge'. Use the triggerinfo function to view a list of valid values to use with your image acquisition hardware.

'immediate'

'none'

'manual'

'none'

You must use the triggerconfig function to set the value of this property.

Characteristics

Access

Read only. Use the triggerconfig function to set the value of this property.

Data type

Character vector

Values

Device specific. Use the triggerinfo function to view a list of valid values to use with your image acquisition hardware.