IviDmm_ConfigureFixedRefJunction

CVI/LabWindows IVI Class Driver

IviDmm_ConfigureFixedRefJunction

IviDmmThermocouple Capability Group

C Function Prototype

ViStatus IviDmm_ConfigureFixedRefJunction (ViSession vi, ViReal64 fixedRefJunction);

Purpose

This function configures the fixed-reference junction for a thermocouple with a fixed-reference junction 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.
fixedRefJunction ViReal64 Specifies the fixed reference junction. The driver uses this value to set the IVIDMM_ATTR_TEMP_TC_FIXED_REF_JUNC attribute.

Return Values