NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIThermocoupleScaleType Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AIThermocoupleScaleType Enumeration
Specifies the method or equation form that the thermocouple scale uses.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum AIThermocoupleScaleType
Public Enumeration AIThermocoupleScaleType

Members

  Member nameValueDescription
Polynomial10449Scale values by using an Nth order polynomial equation.
Table10450Map an array of prescaled values to an array of corresponding scaled values, with all other values scaled proportionally.

Remarks

Specifies the method or equation form that the thermocouple scale uses. Use this enumeration to get or set the value of ThermocoupleScaleType.

See Also

Log in to get a better experience