nidaqmx.system.persisted_task
NI-DAQmx persisted task classes.
- class nidaqmx.system.storage.persisted_task.PersistedTask(name, *, grpc_options=None)[source]
Bases:
objectRepresents a saved DAQmx task.
Use the DAQmx Persisted Task properties to query information about programmatically saved tasks.
- __init__(name, *, grpc_options=None)[source]
Initialize a new PersistedTask.
- Parameters:
name (str) – Specifies the name of the saved task.
grpc_options (Optional[
GrpcSessionOptions]) – Specifies the gRPC session options.
- property allow_interactive_deletion
Indicates whether the task can be deleted through MAX.
- Type:
- property allow_interactive_editing
Indicates whether the task can be edited in the DAQ Assistant.
- Type:
- 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.