NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AOChannel.Resolution Property

  • Updated2023-02-21
  • 1 minute(s) read
AOChannel.Resolution Property
Indicates the resolution of the digital-to-analog converter of the channel. This value is in the units you specify with ResolutionUnits.

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

Syntax

public double Resolution { get; }
Public ReadOnly Property Resolution As Double
	Get

Property Value

Type: Double
Indicates the resolution of the digital-to-analog converter of the channel. This value is in the units you specify with ResolutionUnits.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience