IviDmm_ConfigureThermistor

CVI/LabWindows IVI Class Driver

IviDmm_ConfigureThermistor

IviDmmThermistor Capability Group

C Function Prototype

ViStatus IviDmm_ConfigureThermistor (ViSession vi, ViReal64 resistance);

Purpose

This function configures the resistance for a thermistor temperature measurement device.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviDmm_init or IviDmm_InitWithOptions functions. The handle identifies a particular IVI session.
resistance ViReal64 Specifies the resistance of the thermistor. The driver uses this value to set the IVIDMM_ATTR_TEMP_THERMISTOR_RES attribute.

Return Values