nidaqmx.system.persisted_task_collection

class nidaqmx.system._collections.persisted_task_collection.PersistedTaskCollection(interpreter)[source]

Bases: Sequence

Contains the collection of task saved on a DAQmx system.

This class defines methods that implements a container object.

property task_names

Indicates the names of all the tasks on this collection.

Type:

List[str]