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

Persisted Channel Attributes

See how to get and set attributes.

DAQmx_PersistedChan_Author

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

You can get this attribute using:   DAQmxGetPersistedChanAttribute

DAQmx_PersistedChan_AllowInteractiveEditing

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

DAQmx_PersistedChan_AllowInteractiveDeletion

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

You can get this attribute using:   DAQmxGetPersistedChanAttribute

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