NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceAnalogLevelPauseTriggerCondition EnumerationCurrent page
Table of Contents

AnalogLevelPauseTriggerCondition Enumeration

AnalogLevelPauseTriggerCondition Enumeration

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.40.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

Was this information helpful?