DAQmxClearTEDS

NI-DAQmx C Functions

DAQmxClearTEDS

int32 DAQmxClearTEDS (const char physicalChannel[]);

Purpose

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.

Parameters

Input
Name Type Description
physicalChannel const char[] The name of the physical channel you want to clear.

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.