NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.ThermocoupleCjcChannel Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ThermocoupleCjcChannel Property
Indicates the channel that acquires the temperature of the cold junction if ThermocoupleCjcSource is Channel. If the channel is a temperature channel, NI-DAQmx acquires the temperature in the correct units. Other channel types, such as a resistance channel with a custom sensor, must use a custom scale to scale values to degrees Celsius.

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

Syntax

public string ThermocoupleCjcChannel { get; }
Public ReadOnly Property ThermocoupleCjcChannel As String
	Get

Property Value

Type: String
Indicates the channel that acquires the temperature of the cold junction if ThermocoupleCjcSource is Channel. If the channel is a temperature channel, NI-DAQmx acquires the temperature in the correct units. Other channel types, such as a resistance channel with a custom sensor, must use a custom scale to scale values to degrees Celsius.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience