ni4133_FinalizeReverseVoltageCalibration
- Updated2025-11-18
- 1 minute(s) read
Calculates the reverse voltage calibration constants based on the measurements. Note: this does not update the constants used during measurements; to update these, call ni4133_CommitExternalCalibrationData first.
Syntax
ni4133_Status NI4133_DECL ni4133_FinalizeReverseVoltageCalibration(ni4133_SessionHandle sessionHandle, double ni4133MeasuredVoltages[], double reverseBiasCurrentSetpoints[], double externalMeasuredVoltages[], double externalMeasuredCurrents[], size_t numberOfMeasurements)
Parameters
| Name | Direction | Type | Description |
|---|---|---|---|
| sessionHandle | [in] | ni4133_SessionHandle | Specifies the session to calibrate. |
| ni4133MeasuredVoltages | [in] | double[] | Specifies the list of voltage measurements made by the device. |
| reverseBiasCurrentSetpoints | [in] | double[] | Specifies the list of reverse bias current setpoints used to configure the device. |
| externalMeasuredVoltages | [in] | double[] | Specifies the list of voltage measurements made by the external device. |
| externalMeasuredCurrents | [in] | double[] | Specifies the list of current measurements made by the external device. |
| numberOfMeasurements | [in] | size_t | Specifies the number of measurements made. |
Returns
Reports the status of this operation.
To obtain a text description of the status code, call ni4133_GetErrorDescription. The general meaning of the status code is as follows:
Value | Meaning |
|---|---|
Positive Values | Warnings |
Negative Values | Errors |