DAQmxPerformBridgeOffsetNullingCalEx

NI-DAQmx C Functions

DAQmxPerformBridgeOffsetNullingCalEx

int32 DAQmxPerformBridgeOffsetNullingCalEx (TaskHandle taskHandle, const char channel[], bool32 skipUnsupportedChannels)

Purpose

Performs a bridge offset nulling calibration on the channels in the task. If the task measures both bridge-based sensors and non-bridge-based sensors, specify the names of the channels that measure bridge-based sensors in the channel parameter.

Parameters

Input
Name Type Description
taskHandle TaskHandle The task used in this function.
channel const char [] A subset of virtual channels in the task that you want to calibrate. Use this parameter if you do not want to calibrate all the channels in the task or if some channels in the task measure non-bridge-based sensors.
skipUnsupportedChannels bool32 Specifies whether or not to skip channels that do not support calibration. If skipUnsupportedChannels is TRUE, calibration will be performed only on supported channels. If FALSE, calibration will be performed on channels specified by channel. The default is FALSE.

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.