VeriStand .NET API Reference

PeakAndValley.Reset Property

Gets or sets the value at which to reset the calculation. If the ChannelToAnalyze surpasses this value by more than the specified Hysteresis, the calculation resets.

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 Overridable Property Reset As UInteger
C#
public virtual uint Reset { get; set; }
Visual C++
public:
virtual property unsigned int Reset {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The reset value.

See Also

Log in to get a better experience