NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.AdjustDsaTimebase Method

ExternalCalibrationSession.AdjustDsaTimebase Method

ExternalCalibrationSessionAdjustDsaTimebase Method

Adjusts the external calibration constants for the timebase of a DSA device with an adjustible oscillator.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public void AdjustDsaTimebase(
	double referenceFrequency
)
Public Sub AdjustDsaTimebase ( 
	referenceFrequency As Double
)

Parameters

referenceFrequency
Type: SystemDouble
The frequency, in hertz, of the signal to use as a reference for calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must connect a sinusoidal signal with a known frequency to the device and specify that frequency with referenceFrequency.

See Also

Was this information helpful?