NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AnalogLevelPauseTrigger.Level Property

  • Updated2023-02-21
  • 1 minute(s) read
AnalogLevelPauseTrigger.Level Property
Specifies the threshold at which to pause the task. Specify this value in the units of the measurement or generation. Use Condition to specify whether the task pauses above or below this threshold.

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

Syntax

public double Level { get; set; }
Public Property Level As Double
	Get
	Set

Property Value

Type: Double
Specifies the threshold at which to pause the task. Specify this value in the units of the measurement or generation. Use Condition to specify whether the task pauses above or below this threshold.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience