Table of Contents

Method GetSampleClockRate

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

GetSampleClockRate(DAQmxTasksBundle)

Gets the actual sample clock rate (Hz).

public static PinSiteData<double> GetSampleClockRate(this DAQmxTasksBundle tasksBundle)

Parameters

tasksBundle DAQmxTasksBundle

The DAQmxTasksBundle object.

Returns

PinSiteData<double>

The pin-site aware sample clock rate.

Exceptions

DaqException

The underling driver session returned an error.