Method GetSampleClockRate
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
GetSampleClockRate(DAQmxTasksBundle)
Gets the actual sample clock rate (Hz).
public static PinSiteData<double> GetSampleClockRate(this DAQmxTasksBundle tasksBundle)
Parameters
tasksBundle
DAQmxTasksBundleThe DAQmxTasksBundle object.
Returns
- PinSiteData<double>
The pin-site aware sample clock rate.
Exceptions
- DaqException
The underling driver session returned an error.