NI-DAQmx .NET Framework 4.5 API Reference

AIChannelCollection.CreateThermocoupleChannel Method

  • 已更新2023-02-21
  • 閱讀時間為 2 分鐘
AIChannelCollection.CreateThermocoupleChannel Method

Overload List

  NameDescription
Public methodCreateThermocoupleChannel(String, String, Double, Double, AIThermocoupleType, AITemperatureUnits)
Creates an AIChannel that uses a thermocouple to measure temperature using a built-in cold-junction compensation source. This method adds one or more physical channels to the AIChannelCollection.
Public methodCreateThermocoupleChannel(String, String, Double, Double, AIThermocoupleType, AITemperatureUnits, Double)
Creates an AIChannel that uses a thermocouple to measure temperature using a constant value cold-junction compensation. This method adds one or more physical channels to the AIChannelCollection.
Public methodCreateThermocoupleChannel(String, String, Double, Double, AIThermocoupleType, AITemperatureUnits, String)
Creates an AIChannel that uses a thermocouple to measure temperature using a measurement on another channel for cold-junction compensation. This method adds one or more physical channels to the AIChannelCollection.
Top

See Also