VeriStand .NET API Reference

Table of Contents

Conditional.XChannel Property

Gets or sets the channel to check for the comparison condition. This channel is the value of X 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 Overridable Property XChannel As BaseNode
C#
public virtual BaseNode XChannel { get; set; }
Visual C++
public:
virtual property BaseNode^ XChannel {
	BaseNode^ get ();
	void set (BaseNode^ value);
}

Property Value

A BaseNode reference to the channel.

See Also

Log in to get a better experience