Method GetSampleClockRates Deprecated
This method has been deprecated. Use GetSampleClockRate() instead
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
GetSampleClockRates(DAQmxTasksBundle) Deprecated
This method has been deprecated. Use GetSampleClockRate() instead
Gets the actual sample clock rate (Hz).
[Obsolete("This method has been deprecated. Use GetSampleClockRate() instead")]
public static double[] GetSampleClockRates(this DAQmxTasksBundle tasksBundle)Parameters
tasksBundleDAQmxTasksBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx.DAQmxTasksBundle object.
Returns
- double[]
-
Sample clock rate, one value per underlying instrument session.
Exceptions
- DaqException
-
The underling driver session returned an error.