int32 DAQmxClearTEDS (const char physicalChannel[]);
Removes TEDS information from the physical channel you specify. This function temporarily overrides any TEDS configuration for the physical channel that you performed in MAX.
Input | ||
Name | Type | Description |
---|---|---|
physicalChannel | const char[] | The name of the physical channel you want to clear. |
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. |