VeriStand .NET API Reference

SystemDefinitionChannelResource.Channel Property

Gets or sets the channel name in the system definition file.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Channel As String
C#
public string Channel { get; set; }
Visual C++
public:
property String^ Channel {
	String^ get ();
	void set (String^ value);
}

Property Value

The path to the channel, which includes the channel name, in the system definition file.

See Also

Log in to get a better experience