VeriStand .NET API Reference

DAQTriggerAnalogEdge.Slope Property

Gets or sets the direction of a signal slope that causes a trigger when the signal crosses the threshold Level.

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 Slope As DirectionType
C#
public DirectionType Slope { get; set; }
Visual C++
public:
property DirectionType Slope {
	DirectionType get ();
	void set (DirectionType value);
}

Property Value

An enumeration of DirectionType.

See Also

Log in to get a better experience