NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogWindowPauseTriggerCondition Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AnalogWindowPauseTriggerCondition Enumeration
Specifies whether the task pauses while the trigger signal is inside or outside the window you specify with WindowBottom and WindowTop.

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

Syntax

public enum AnalogWindowPauseTriggerCondition
Public Enumeration AnalogWindowPauseTriggerCondition

Members

  Member nameValueDescription
InsideWindow10199Pause the measurement or generation while the trigger is inside the window.
OutsideWindow10251Pause the measurement or generation while the signal is outside the window.

Remarks

Specifies whether the task pauses while the trigger signal is inside or outside 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