NI-DAQmx .NET Framework 4.5 API Reference

Task.AIChannels Property

  • Updated2023-02-21
  • 1 minute(s) read
Task.AIChannels Property
Gets the collection of analog input channels in the task.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public AIChannelCollection AIChannels { get; }
Public ReadOnly Property AIChannels As AIChannelCollection
	Get

Property Value

Type: AIChannelCollection
An AIChannelCollection that contains the AIChannel objects in the task.

Remarks

Each task can contain only one type of channel. You must use the channels property that corresponds to the type of channels in the task to access the channels in the task.

See Also

Log in to get a better experience