DOChannels
- Updated2026-02-05
- 1 minute(s) read
Gets the collection of digital output channels in the task.
Syntax
Namespace: NationalInstruments.DAQmx
public DOChannelCollection DOChannels { get; }
Remarks
An DOChannelCollection that contains the DOChannel 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.