NI DAQMX Persisted Channel Attributes - ni/grpc-device GitHub Wiki
See how to get and set attributes.
- DAQmx_PersistedChan_Author
- DAQmx_PersistedChan_AllowInteractiveEditing
- DAQmx_PersistedChan_AllowInteractiveDeletion
| Data Type: | char* |
|---|---|
| Description: | Indicates the author of the global channel. |
| Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPersistedChanAttribute
| Data Type: | bool32 |
|---|---|
| Description: | Indicates whether the global channel can be edited in the DAQ Assistant. |
| Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPersistedChanAttribute
| Data Type: | bool32 |
|---|---|
| Description: | Indicates whether the global channel can be deleted through MAX. |
| Restrictions: | Not Settable |
You can get this attribute using:
DAQmxGetPersistedChanAttribute