NI-DAQmx .NET Framework 4.5 API Reference

Device.AIMaximumSingleChannelRate Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
Device.AIMaximumSingleChannelRate 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.45.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