VeriStand .NET API Reference

DAQTaskAI.ChannelNames Property

Gets or sets a value that indicates how the names of AI channels appear in log files that this task creates.

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

Property Value

An enumeration of ChannelNames. The default value is PhysicalChannel.

See Also

Log in to get a better experience