VeriStand .NET API Reference

DAQTriggerAnalogWindow.WindowTop Property

Gets or sets the upper 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 WindowTop As Double
C#
public double WindowTop { get; set; }
Visual C++
public:
property double WindowTop {
	double get ();
	void set (double value);
}

Property Value

The numeric value of the upper limit.

See Also

Log in to get a better experience