Analog Output >> General Properties >> Output Configuration >> Idle Output Behavior

NI-DAQmx C Properties

Analog Output >> General Properties >> Output Configuration >> Idle Output Behavior

Data Type: int32
Description: Specifies the state of the channel when no generation is in progress.

Valid values

DAQmx_Val_ZeroVolts 12526 Generate 0 V.
DAQmx_Val_HighImpedance 12527 Set the channel to high impedance, effectively disconnecting the analog output circuitry from the I/O connector.
DAQmx_Val_MaintainExistingValue 12528 Continue generating the current value.


You can get/set/reset this property using:
  DAQmxGetAOIdleOutputBehavior
  DAQmxSetAOIdleOutputBehavior
  DAQmxResetAOIdleOutputBehavior