VeriStand .NET API Reference

AnalogEdgeTrigger.StrictEdge Property

Gets or sets a value indicating whether the channel value must strictly pass above or below the specified threshold. If the value is false, the channel value only needs to reach the threshold. If the value is true, the channel value must pass beyond the threshold in the direction of the slope.

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

See Also

Log in to get a better experience