| Data Acquisition Toolbox | Search  Help Desk |
| TriggerCondition | See Also |
TriggerCondition specifies the condition which must be satisfied before a trigger is issued. The available trigger conditions depend on the value of TriggerType.
If TriggerType is Immediate or Manual, the only available TriggerCondition is None. If TriggerType is Software, then TriggerCondition can be Rising, Falling, Leaving, or Entering. These trigger conditions require a value to be specified for TriggerConditionValue. Depending on the hardware you are using, additional trigger conditions may be available.
Characteristics
| Device Objects | AI |
| Class | Common |
| Access | Read/write |
| Data Type | Enumerated list |
| Modify while Running | No |
Values
The trigger condition given below can be used whenTriggerType is Immediate or Manual or HwDigital (National Instruments only).
{None} |
No trigger condition is required. |
The trigger conditions given below can be used when TriggerType is Software.
National Instruments Values
The trigger condition given below can be used whenTriggerType is HwDigital.
{None} |
No trigger condition is required. |
The trigger conditions given below can be used when TriggerType is HwAnalogChannel or HwAnalogPin.
See Also
Properties
TriggerChannel, TriggerConditionValue, TriggerType