NI-DAQmx .NET Framework 4.5 API Reference

ExternalCalibrationSession.AdjustTioTimebase Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustTioTimebase Method
Adjusts the external calibration constants for the timebase of a TIO device.

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

Syntax

public void AdjustTioTimebase(
	double referenceFrequency
)
Public Sub AdjustTioTimebase ( 
	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. You cannot calibrate PXI-6608 devices with this function. Refer to KnowledgeBase 40KGCD2F for more information.

See Also

Log in to get a better experience