VeriStand .NET API Reference

Channel.DataSource Property

Gets or sets the source channel that maps to the current channel and provides it data.

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 DataSource As BaseNode
C#
public virtual BaseNode DataSource { get; set; }
Visual C++
public:
virtual property BaseNode^ DataSource {
	BaseNode^ get ();
	void set (BaseNode^ value);
}

Property Value

A BaseNode reference to the source channel.

See Also

Log in to get a better experience