COChannels
- Updated2026-02-03
- 1 minute(s) read
Gets the collection of counter output channels in the task.
Syntax
Namespace: NationalInstruments.DAQmx
public COChannelCollection COChannels { get; }
Remarks
A COChannelCollection that contains the COChannel 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.