NI-DAQmx .NET Framework 4.5 API Reference

AOCurrentUnits Enumeration

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
AOCurrentUnits Enumeration
Specifies in what units to generate current on the channel. Write data to the channel in the units you select.

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

Syntax

public enum AOCurrentUnits
Public Enumeration AOCurrentUnits

Members

  Member nameValueDescription
Amps10342Amperes.
FromCustomScale10065Units a custom scale specifies. If you select this value, you must specify a custom scale name.
FromTeds12516Units defined by TEDS information associated with the channel.

Remarks

Specifies in what units to generate current on the channel. Write data to the channel in the units you select. Use this enumeration to get or set the value of CurrentUnits.

See Also