VeriStand .NET API Reference

DAQInternalChannel.Channel Property

Gets or sets the physical name for the channel.

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

Property Value

The physical name of the internal channel. Valid values vary by device. Refer to your hardware documentation for a list of valid internal channel names.

See Also

Log in to get a better experience