NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Device.AIMaximumMultiChannelRate Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.AIMaximumMultiChannelRate Property
Indicates the maximum sampling rate for an analog input task from this device. To find the maximum rate for the task, take the minimum of AIMaximumSingleChannelRate or the indicated sampling rate of this device divided by the number of channels to acquire data from (including cold-junction compensation and autozero channels).

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

Syntax

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

Property Value

Type: Double
Indicates the maximum sampling rate for an analog input task from this device. To find the maximum rate for the task, take the minimum of AIMaximumSingleChannelRate or the indicated sampling rate of this device divided by the number of channels to acquire data from (including cold-junction compensation and autozero channels).

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience