VeriStand .NET API Reference

ValueChangeTrigger.Deadband Property

Gets or sets a value indicating the deadband. The absolute difference of the change in the channel value must be greater than this amount for the trigger condition to occur.

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

See Also

Log in to get a better experience