NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.ExcitationIdleOutputBehavior Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
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.45.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