VeriStand .NET API Reference

Table of Contents

Conditional.YChannelValue Property

Gets the channel that specifies the 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 YChannelValue As BaseNode
C#
public BaseNode YChannelValue { get; }
Visual C++
public:
property BaseNode^ YChannelValue {
	BaseNode^ get ();
}

Property Value

A BaseNode reference to the channel, or a null reference (Nothing in Visual Basic) if Y is a constant.

See Also

Log in to get a better experience