NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.ExcitationValue Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ExcitationValue Property
Specifies the amount of excitation that the sensor requires. If ExcitationVoltageOrCurrent is Voltage, this value is in volts. If ExcitationVoltageOrCurrent is Current, this value is in amperes.

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

Syntax

public double ExcitationValue { get; set; }
Public Property ExcitationValue As Double
	Get
	Set

Property Value

Type: Double
Specifies the amount of excitation that the sensor requires. If ExcitationVoltageOrCurrent is Voltage, this value is in volts. If ExcitationVoltageOrCurrent is Current, this value is in amperes.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience