DAQmxPerformBridgeOffsetNullingCal

NI-DAQmx C Functions

DAQmxPerformBridgeOffsetNullingCal

int32 DAQmxPerformBridgeOffsetNullingCal (TaskHandle taskHandle, const char channel[])

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.

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.