VeriStand .NET API Reference

Table of Contents

DAQAnalogOutput.Channel Property

Gets or sets the channel number.

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 UInteger
C#
public virtual uint Channel { get; set; }
Visual C++
public:
virtual property unsigned int Channel {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The channel number.

See Also

Log in to get a better experience