niDMM_ConfigureThermistorType
ViStatus = niDMM_ConfigureThermistorType(ViSession Instrument_Handle, ViInt32 Thermistor_Type)
Purpose
Configures the thermistor type.
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. | |
Defined Values |
Thermistor Type |
Value |
25 °C Resistance |
NIDMM_VAL_TEMP_THERMISTOR_CUSTOM | Custom |
0 |
— |
NIDMM_VAL_TEMP_THERMISTOR_44004 | 44004 |
1 |
2.25 kΩ |
NIDMM_VAL_TEMP_THERMISTOR_44006 | 44006 |
2 |
10 kΩ |
NIDMM_VAL_TEMP_THERMISTOR_44007 | 44007 |
3 |
5 kΩ |
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. |