AOChannels
- Updated2026-02-03
- 1 minute(s) read
Gets the collection of analog output channels in the task.
Syntax
Namespace: NationalInstruments.DAQmx
public AOChannelCollection AOChannels { get; }
Remarks
An AIChannelCollection that contains the AOChannel objects in the task.
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.