ExternalCalibrationSession.AdjustDsaAOTimebase Method
- Updated2023-02-21
- 1 minute(s) read
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
| Exception | Condition |
|---|---|
| DaqException | The 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 .