NI DAQMX Persisted Task Attributes - ni/grpc-device GitHub Wiki
See how to get and set attributes.
- DAQmx_PersistedTask_Author
- DAQmx_PersistedTask_AllowInteractiveEditing
- DAQmx_PersistedTask_AllowInteractiveDeletion
| Data Type: | char* |
|---|---|
| Description: | Indicates the author of the task. |
| Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPersistedTaskAttribute
| 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
| Data Type: | bool32 |
|---|---|
| Description: | Indicates whether the task can be deleted through MAX. |
| Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPersistedTaskAttribute