NI-DAQmx .NET Framework 4.5 API Reference

AnalogEdgeReferenceTrigger.Level Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
AnalogEdgeReferenceTrigger.Level Property
Specifies in the units of the measurement the threshold at which the Reference Trigger occurs. Use Slope to specify on which slope to trigger at 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 in the units of the measurement the threshold at which the Reference Trigger occurs. Use Slope to specify on which slope to trigger at this threshold.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also