nidaqmx.system.persisted_channel_collection

class nidaqmx.system._collections.persisted_channel_collection.PersistedChannelCollection(interpreter)[source]

Bases: Sequence

Contains the collection of global channels for a DAQmx system.

This class defines methods that implements a container object.

property global_channel_names

The names of all the global channels on this collection.

Type:

List[str]