NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.ResolutionUnits Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
AIChannel.ResolutionUnits Property
Indicates the units of Resolution.

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

Syntax

public AIResolutionUnits ResolutionUnits { get; }
Public ReadOnly Property ResolutionUnits As AIResolutionUnits
	Get

Property Value

Type: AIResolutionUnits
Indicates the units of Resolution.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also