NI-DAQmx .NET Framework 4.5 API Reference

AnalogWindowStartTriggerCondition Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AnalogWindowStartTriggerCondition Enumeration
Specifies whether the task starts acquiring or generating samples when the signal enters or leaves the window you specify with WindowBottom and WindowTop.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum AnalogWindowStartTriggerCondition
Public Enumeration AnalogWindowStartTriggerCondition

Members

  Member nameValueDescription
EnteringWindow10163Trigger when the signal enters the window.
LeavingWindow10208Trigger when the signal leaves the window.

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.

See Also

Log in to get a better experience