IviDmm_ConfigureThermocouple
IviDmmThermocouple Capability Group
C Function Prototype
ViStatus IviDmm_ConfigureThermocouple (ViSession vi, ViInt32 thermocoupleType ViInt32 refJunctionType);
Purpose
This function configures the thermocouple type and the reference junction type of the thermocouple for DMMs that take temperature measurements using a thermocouple transducer type.
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. |
Thermocouple Type |
ViInt32 | Specifies the type of thermocouple used to measure the temperature. The driver uses this value to set the IVIDMM_ATTR_TEMP_TC_TYPE attribute. |
refJunctionType | ViInt32 | Specifies the type of reference junction to be used. The driver uses this value to set the IVIDMM_ATTR_TEMP_TC_REF_JUNC_TYPE attribute. |