nidaqmx.system.persisted_task
- class nidaqmx.system.storage.persisted_task.PersistedTask(name)[source]
Bases:
object
Represents a saved DAQmx task.
Use the DAQmx Persisted Task properties to query information about programmatically saved tasks.
- property allow_interactive_deletion
Indicates whether the task can be deleted through MAX.
- Type
bool
- property allow_interactive_editing
Indicates whether the task can be edited in the DAQ Assistant.
- Type
bool
- property author
Indicates the author of the task.
- Type
str
- delete()[source]
Deletes this task from MAX.
This function does not clear the copy of the task stored in memory. Use the DAQmx Clear Task function to clear that copy of the task.