NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AnalogEdgeStartTriggerSlope Enumeration

AnalogEdgeStartTriggerSlope Enumeration

AnalogEdgeStartTriggerSlope Enumeration

Specifies on which slope of the trigger signal to start acquiring or generating samples.

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

Syntax

public enum AnalogEdgeStartTriggerSlope
Public Enumeration AnalogEdgeStartTriggerSlope

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 trigger signal to start acquiring or generating samples. Use this enumeration to get or set the value of Slope.

See Also

Was this information helpful?