VeriStand .NET API Reference

Table of Contents

DAQTaskAI.ActiveEdge Property

Gets or sets the type of edge in the pulses of the sample clock that cause the task to acquire samples: rising or falling.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property ActiveEdge As EdgeType
C#
public EdgeType ActiveEdge { get; set; }
Visual C++
public:
property EdgeType ActiveEdge {
	EdgeType get ();
	void set (EdgeType value);
}

Property Value

An enumeration of EdgeType. The default value is Rising.

See Also

Log in to get a better experience