![]() |
Configure()






Public Function |
Declared in: NiIviDmm.h |
Declaration
inline void Configure( long type, long refJunctionType);
Description
Configures the thermocouple type and the reference junction type.
Parameters
long type
long refJunctionType
The type of thermocouple used to measure the temperature.
The following list includes valid values:
- CNiIviDmm::BThermocouple - B-type thermocouple
- CNiIviDmm::CThermocouple - C-type thermocouple
- CNiIviDmm::DThermocouple - D-type thermocouple
- CNiIviDmm::EThermocouple - E-type thermocouple
- CNiIviDmm::GThermocouple - G-type thermocouple
- CNiIviDmm::JThermocouple - J-type thermocouple
- CNiIviDmm::KThermocouple - K-type thermocouple
- CNiIviDmm::NThermocouple - N-type thermocouple
- CNiIviDmm::RThermocouple - R-type thermocouple
- CNiIviDmm::SThermocouple - S-type thermocouple
- CNiIviDmm::TThermocouple - T-type thermocouple
- CNiIviDmm::UThermocouple - U-type thermocouple
- CNiIviDmm::VThermocouple - V-type thermocouple
This function sets the Type property to the value you specify for this parameter.
The type of reference junction to be used in the reference junction compensation.
The following list includes valid values:
- CNiIviDmm::InternalRefJunction - Internal Sensor.
- CNiIviDmm::FixedRefJunction - Fixed Value.
This function sets the RefJunctionType property to the value you specify for this parameter.