Table of Contents

Method GetSampleClockRates Deprecated

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DAQmx
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

GetSampleClockRates(DAQmxTasksBundle) Deprecated

Gets the actual sample clock rate (Hz).

[Obsolete("This method has been deprecated. Use GetSampleClockRate() instead")]
public static double[] GetSampleClockRates(this DAQmxTasksBundle tasksBundle)

Parameters

tasksBundle DAQmxTasksBundle

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.