NI-DAQmx .NET Framework 4.5 API Reference

AnalogLevelPauseTriggerCondition Enumeration

  • 更新时间2023-02-21
  • 阅读时长1分钟
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