NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIChannel.ResistanceConfiguration Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ResistanceConfiguration Property
Specifies the resistance configuration for the channel. NI-DAQmx uses this value for any resistance-based measurements, including temperature measurement using a thermistor or RTD.

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

Syntax

public AIResistanceConfiguration ResistanceConfiguration { get; set; }
Public Property ResistanceConfiguration As AIResistanceConfiguration
	Get
	Set

Property Value

Type: AIResistanceConfiguration
Specifies the resistance configuration for the channel. NI-DAQmx uses this value for any resistance-based measurements, including temperature measurement using a thermistor or RTD.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience