DAQmxDeleteSavedGlobalChan
int32 DAQmxDeleteSavedGlobalChan (const char channelName[]);
Purpose
Deletes the specified global virtual channel from MAX. This function does not remove the global virtual channel from tasks that use it.
Parameters
Input | ||
Name | Type | Description |
---|---|---|
channelName | const char [] | Name of the global virtual channel to delete. |
Return Value
Name | Type | Description |
---|---|---|
status | int32 | The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error. |