NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.AIMaximumSingleChannelRate Property

Device.AIMaximumSingleChannelRate Property

DeviceAIMaximumSingleChannelRate Property

Indicates the maximum rate for an analog input task if the task contains only a single channel from this device.

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

Syntax

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

Property Value

Type: Double
Indicates the maximum rate for an analog input task if the task contains only a single channel from this device.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?