NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogLevelPauseTrigger.Condition Property

  • Updated2023-02-21
  • 1 minute(s) read
AnalogLevelPauseTrigger.Condition Property
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 AnalogLevelPauseTriggerCondition Condition { get; set; }
Public Property Condition As AnalogLevelPauseTriggerCondition
	Get
	Set

Property Value

Type: AnalogLevelPauseTriggerCondition
Specifies whether the task pauses above or below the threshold you specify with Level.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience