NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogEdgeReferenceTriggerSlope Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AnalogEdgeReferenceTriggerSlope Enumeration
Specifies on which slope of the source signal the Reference Trigger occurs.

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

Syntax

public enum AnalogEdgeReferenceTriggerSlope
Public Enumeration AnalogEdgeReferenceTriggerSlope

Members

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

Remarks

Specifies on which slope of the source signal the Reference Trigger occurs. Use this enumeration to get or set the value of Slope.

See Also

Log in to get a better experience