NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.AdjustDsaAOTimebase Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustDsaAOTimebase 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 AdjustDsaAOTimebase(
	double measuredFrequency,
	out bool calibrationComplete
)
Public Sub AdjustDsaAOTimebase ( 
	measuredFrequency As Double,
	<OutAttribute> ByRef calibrationComplete As Boolean
)

Parameters

measuredFrequency
Type: SystemDouble
The measured frequency of the sine wave generated by the device.
calibrationComplete
Type: SystemBoolean
Returns if calibration of the device is complete. If this parameter returns , repeat the calibration process.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must first call SetupDsaAOTimebase and measure the frequency of the resulting sine wave. Repeat this process until calibrationComplete returns .

See Also

Log in to get a better experience