VeriStand .NET API Reference

DAQTriggerAnalogWindow.WindowBottom Property

Gets or sets the lower limit of the window, in the units of the measurement.

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

Property Value

The numeric value of the lower limit.

See Also

Log in to get a better experience