Limit of rate of operation based on hardware configuration
In the session-based interface, the read-only RateLimit
property
displays the minimum and maximum rates that the session supports,
based on the device configuration for the session.
Tip
RateLimit
changes dynamically as the session
configuration changes.
Create session and add an analog input channel.
s = daq.createSession('ni'); addAnalogInputChannel(s,'cDAQ1Mod1','ai1','Voltage');
Examine the session’s rate limit.
s.RateLimit
ans = 1.0e+05 * 0.0000 2.5000