DAQmxDeleteSavedScale

NI-DAQmx C Functions

DAQmxDeleteSavedScale

int32 DAQmxDeleteSavedScale (const char scaleName[]);

Purpose

Deletes the specified custom scale from MAX. This function does not remove the custom scale from virtual channels that use it.

Parameters

Input
Name Type Description
scaleName const char [] Name of the custom scale 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.