NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogMultiEdgeReferenceTriggerSlope Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AnalogMultiEdgeReferenceTriggerSlope Enumeration
Specifies an array of slopes on which to trigger task to start generating or acquiring samples. Each element of the array corresponds to a source in Ref.AnlgMultiEdge.Srcs and an element in each of the other Analog Multi Edge property arrays, if they are not empty.

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

Syntax

public enum AnalogMultiEdgeReferenceTriggerSlope
Public Enumeration AnalogMultiEdgeReferenceTriggerSlope

Members

  Member nameValueDescription
Rising10280Trigger on the rising slope of the signal.
Falling10171Trigger on the falling slope of the signal.

Remarks

Specifies an array of slopes on which to trigger task to start generating or acquiring samples. Each element of the array corresponds to a source in Ref.AnlgMultiEdge.Srcs and an element in each of the other Analog Multi Edge property arrays, if they are not empty. Use this enumeration to get or set the value of Slopes.

See Also

Log in to get a better experience