Device.AIMaximumMultiChannelRate Property
- Updated2023-02-21
- 1 minute(s) read
DeviceAIMaximumMultiChannelRate 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: DoubleIndicates 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |