CNiIviDmmThermocouple::Configure

Measurement Studio IVI

Class
CNiIviDmmThermocouple::
Configure()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: TypeNext page: CNiIviDmmThermocouple    
Public Function Declared in:
NiIviDmm.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline void Configure(
    long type,
    long refJunctionType);

'Description' icon -- Shortcut to top of page. Description

Configures the thermocouple type and the reference junction type.

Shortcut to top of page. Parameters

long type

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.

long refJunctionType

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.

'See Also' icon -- Shortcut to top of page. See Also