niSync_ReadCurrentTemperature
- Updated2023-02-21
- 1 minute(s) read
C Function Prototype
ViStatus niSync_ReadCurrentTemperature (ViSession vi, ViReal64* temperature);
Purpose
Reads the current temperature, in degrees Celsius, of the specified device's circuitry.
Use this function to determine if the device is in a properly cooled location or if it needs external calibration.
![]() |
Note
|
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | Specifies the session handle that you obtain from niSync_init or niSync_InitExtCal. The handle identifies a particular instrument session. Default Value: None |
temperature | ViReal64 | Returns the temperature, in degrees Celsius, of the specified device's circuitry. |