NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogEdgeStartTrigger.Level Property

  • Updated2023-02-21
  • 1 minute(s) read
AnalogEdgeStartTrigger.Level Property
Specifies at what threshold in the units of the measurement or generation to start acquiring or generating samples. Use Slope to specify on which slope to trigger on this threshold.

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

Syntax

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

Property Value

Type: Double
Specifies at what threshold in the units of the measurement or generation to start acquiring or generating samples. Use Slope to specify on which slope to trigger on this threshold.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience