Task.DOChannels Property
- Updated2023-02-21
- 1 minute(s) read
TaskDOChannels Property
Gets the collection of digital output channels in the task.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public DOChannelCollection DOChannels { get; }
Public ReadOnly Property DOChannels As DOChannelCollection Get
Property Value
Type: DOChannelCollectionAn DOChannelCollection that contains the DOChannel 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.