ViStatus niSync_ReadCurrentTemperature (ViSession vi, ViReal64* temperature);
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
|
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. |