Analog Output >> Current >> Units

NI-DAQmx C Properties

Analog Output >> Current >> Units

Data Type: int32
Description: Specifies in what units to generate current on the channel. Write data to the channel in the units you select.

Valid values

DAQmx_Val_Amps 10342 Amperes.
DAQmx_Val_FromCustomScale 10065 Units a custom scale specifies. If you select this value, you must specify a custom scale name.
DAQmx_Val_FromTEDS 12516 Units defined by TEDS information associated with the channel.


You can get/set/reset this property using:
  DAQmxGetAOCurrentUnits
  DAQmxSetAOCurrentUnits
  DAQmxResetAOCurrentUnits