AnalogWindowStartTriggerCondition Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies whether the task starts acquiring or generating samples when the signal enters or leaves the window you specify with WindowBottom and WindowTop.
Syntax
Namespace: NationalInstruments.DAQmx
public enum AnalogWindowStartTriggerCondition
Remarks
Specifies whether the task starts acquiring or generating samples when the signal enters or leaves the window you specify with WindowBottom and WindowTop. Use this enumeration to get or set the value of Condition.
Members
| Name | Value | Description |
|---|---|---|
| EnteringWindow | 10163 | Trigger when the signal enters the window. |
| LeavingWindow | 10208 | Trigger when the signal leaves the window. |