Limit of rate of operation based on hardware configuration
In the session-based interface, the read-only FrequencyLimit
property
displays the minimum and maximum rates that the function generation
channel supports.
FrequencyLimit
changes dynamically as the
channel configuration changes.
View waveform function generation channel’s generation rate limit.
s = daq.createSession('digilent') fgenCh = addFunctionGeneratorChannel(s, 'AD1', 1, 'Sine') fgenCh.FrequencyLimit
ans = [0.0 25000000.0]