IviDmm_ConfigureTransducerType

CVI/LabWindows IVI Class Driver

IviDmm_ConfigureTransducerType

IviDmmTemperatureMeasurement Capability Group

C Function Prototype

ViStatus IviDmm_ConfigureTransducerType (ViSession vi, ViInt32 transducerType);

Purpose

This function configures the DMM to take temperature measurements from a specified 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.
transducerType ViInt32 Specifies the device used to measure the temperature. The driver uses this value to set the IVIDMM_ATTR_TEMP_TRANSDUCER_TYPE attribute.

Return Values