VeriStand .NET API Reference

Maximum.XConstantValue Property

Gets the constant value of x in the comparison of x and y, regardless of whether x is a constant or a channel.

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 ReadOnly Property XConstantValue As Double
C#
public virtual double XConstantValue { get; }
Visual C++
public:
virtual property double XConstantValue {
	double get ();
}

Property Value

The value of x.

See Also

Log in to get a better experience