NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDigitalEdgeAdvanceTriggerEdge EnumerationCurrent page
Table of Contents

DigitalEdgeAdvanceTriggerEdge Enumeration

DigitalEdgeAdvanceTriggerEdge Enumeration

DigitalEdgeAdvanceTriggerEdge Enumeration

Note: This API is now obsolete.

(Deprecated) Specifies on which edge of a digital signal to advance to the next entry in a scan list.

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

Syntax

[ObsoleteAttribute("This enum is obsolete.")]
public enum DigitalEdgeAdvanceTriggerEdge
<ObsoleteAttribute("This enum is obsolete.")>
Public Enumeration DigitalEdgeAdvanceTriggerEdge

Members

  Member nameValueDescription
Rising10280Rising edge(s).
Falling10171Falling edge(s).

Remarks

(Deprecated) Specifies on which edge of a digital signal to advance to the next entry in a scan list. Use this enumeration to get or set the value of Edge.

See Also

Was this information helpful?