ni4133_GetExternalCalibrationDateTimeAndTemperature
- Updated2025-11-18
- 1 minute(s) read
Returns the calibration date, time and temperature from the non-volatile memory.
Syntax
ni4133_Status NI4133_DECL ni4133_GetExternalCalibrationDateTimeAndTemperature(ni4133_SessionHandle sessionHandle, int64_t *calibrationDateAndTime, double *calibrationTemperature)
Parameters
| Name | Direction | Type | Description |
|---|---|---|---|
| sessionHandle | [in] | ni4133_SessionHandle | Specifies the session to read from. |
| calibrationDateAndTime | [out] | int64_t * | Specifies the last calibration date and timestamp. |
| calibrationTemperature | [out] | double * | Specifies the last calibration temperature. |
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 |