niDMM_GetDevTemp
From NI-DMM C/CVI/VB
niDMM_GetDevTemp
ViStatus = niDMM_GetDevTemp(ViSession Instrument_Handle, ViString Options, ViReal64 *Temperature)
Purpose
Returns the current Temperature of the device.
| Note The NI 4050 and NI 4060 are not supported. |
Parameters
| Input | ||
| Name | Type | Description |
| Instrument_Handle | ViSession | Identifies a particular instrument session. You obtain the Instrument_Handle parameter from niDMM_init or niDMM_InitWithOptions. The default is None. |
| Options | ViString | Reserved. |
| Output | ||
| Name | Type | Description |
| Temperature | ViReal64* | Returns the current Temperature of the device. |
Return Value
| Name | Type | Description |
| Status | ViStatus | Reports the Status of this operation. To obtain a text description of the status code, call niDMM_error_message. To obtain additional information concerning the error condition, use niDMM_GetError. |