VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

Conditional.WChannelValue Property

Gets the channel that specifies the value of W 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)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property WChannelValue As BaseNode
C#
public BaseNode WChannelValue { get; }
Visual C++
public:
property BaseNode^ WChannelValue {
	BaseNode^ get ();
}

Property Value

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

See Also

Was this information helpful?