nidaqmx.task.channel_collection
- class nidaqmx._task_modules.channel_collection.ChannelCollection(task_handle)[source]
Bases:
collections.abc.Sequence
Contains the collection of channels for a DAQmx Task.
This class defines methods that implements a container object.
- property all
nidaqmx._task_modules.channels.channel.Channel
: Specifies a channel object that represents the entire list of virtual channels on this channel collection.
- property channel_names
Specifies the entire list of virtual channels on this channel collection.
- Type
List[str]