NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.ExcitationActualValue Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ExcitationActualValue Property
Specifies the actual amount of excitation supplied by an internal excitation source. If you read an internal excitation source more precisely with an external device, set this property to the value you read. NI-DAQmx ignores this value for external excitation. When performing shunt calibration, some devices set this property automatically.

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

Syntax

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

Property Value

Type: Double
Specifies the actual amount of excitation supplied by an internal excitation source. If you read an internal excitation source more precisely with an external device, set this property to the value you read. NI-DAQmx ignores this value for external excitation. When performing shunt calibration, some devices set this property automatically.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also