NI-DAQmx .NET Framework 4.5 API Reference

AOIdleOutputBehavior Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
AOIdleOutputBehavior Enumeration
Specifies the state of the channel when no generation is in progress.

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

Syntax

public enum AOIdleOutputBehavior
Public Enumeration AOIdleOutputBehavior

Members

  Member nameValueDescription
ZeroVolts12526Generate 0 V.
HighImpedance12527Set the channel to high-impedance, effectively disconnecting the analog output circuitry from the I/O connector.
MaintainExistingValue12528Continue generating the current value.

Remarks

Specifies the state of the channel when no generation is in progress. Use this enumeration to get or set the value of IdleOutputBehavior.

See Also

Log in to get a better experience