VeriStand .NET API Reference

Table of Contents

AnalogEdgeTrigger.Slope Property

Gets or sets a value indicating whether the slope is rising or falling.

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

See Also

Log in to get a better experience