VeriStand .NET API Reference

Conditional.YConstantValue Property

Gets the constant value of Y in the formula: If (X compare Y), then W. Else, Z.

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

Property Value

The value of Y. This property gets a constant value regardless of whether the data source of Y is a constant or a channel.

See Also

Log in to get a better experience