Table of Contents

Method GetSampleClockRates

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

GetSampleClockRates(DAQmxTasksBundle)

Gets the actual sample clock rate (Hz).

public static double[] GetSampleClockRates(this DAQmxTasksBundle tasksBundle)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

Returns

double[]

Sample clock rate, one value per underlying instrument session.

Exceptions

DaqException

The underling driver session returned an error.