NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AnalogLevelPauseTriggerCondition Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AnalogLevelPauseTriggerCondition Enumeration
Specifies whether the task pauses above or below the threshold you specify with Level.

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

Syntax

public enum AnalogLevelPauseTriggerCondition
Public Enumeration AnalogLevelPauseTriggerCondition

Members

  Member nameValueDescription
AboveLevel10093Pause the measurement or generation while the signal is above the threshold.
BelowLevel10107Pause the measurement or generation while the signal is below the threshold.

Remarks

Specifies whether the task pauses above or below the threshold you specify with Level. Use this enumeration to get or set the value of Condition.

See Also

Log in to get a better experience