NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIChannel.ForceReadFromChannel Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ForceReadFromChannel Property
Specifies whether to read from the channel if it is a cold-junction compensation channel. By default, reading from the task does not return data from cold-junction compensation channels. Setting this property to forces read operations to return the cold-junction compensation channel data with the other channels in the task.

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

Syntax

public bool ForceReadFromChannel { get; set; }
Public Property ForceReadFromChannel As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to read from the channel if it is a cold-junction compensation channel. By default, reading from the task does not return data from cold-junction compensation channels. Setting this property to forces read operations to return the cold-junction compensation channel data with the other channels in the task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience