NI DAQMX Persisted Task Attributes - ni/grpc-device GitHub Wiki

Persisted Task Attributes

See how to get and set attributes.

DAQmx_PersistedTask_Author

Data Type: char*
Description: Indicates the author of the task.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetPersistedTaskAttribute

DAQmx_PersistedTask_AllowInteractiveEditing

Data Type: bool32
Description: Indicates whether the task can be edited in the DAQ Assistant.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetPersistedTaskAttribute

DAQmx_PersistedTask_AllowInteractiveDeletion

Data Type: bool32
Description: Indicates whether the task can be deleted through MAX.
Restrictions: Not Settable

You can get this attribute using:   DAQmxGetPersistedTaskAttribute

⚠️ **GitHub.com Fallback** ⚠️