NI-DAQmx .NET Framework 4.0 API Reference

AIChannel.ExcitationIdleOutputBehavior Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ExcitationIdleOutputBehavior Property
Specifies whether this channel will disable excitation after the task is uncommitted. Setting this to Zero Volts or Amps disables excitation after task uncommit. Setting this attribute to Maintain Existing Value leaves the excitation on after task uncommit.

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

Syntax

public ExcitationIdleOutputBehavior ExcitationIdleOutputBehavior { get; set; }
Public Property ExcitationIdleOutputBehavior As ExcitationIdleOutputBehavior
	Get
	Set

Property Value

Type: ExcitationIdleOutputBehavior
Specifies whether this channel will disable excitation after the task is uncommitted. Setting this to Zero Volts or Amps disables excitation after task uncommit. Setting this attribute to Maintain Existing Value leaves the excitation on after task uncommit.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience