NI-DAQmx .NET Framework 4.5 API Reference

ExcitationIdleOutputBehavior Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
ExcitationIdleOutputBehavior Enumeration
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 enum ExcitationIdleOutputBehavior
Public Enumeration ExcitationIdleOutputBehavior

Members

  Member nameValueDescription
ZeroVoltsOrAmps12526Drive excitation output to zero.
MaintainExistingValue12528Continue generating the current value.

Remarks

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. Use this enumeration to get or set the value of ExcitationIdleOutputBehavior.

See Also

Log in to get a better experience