© National Instruments Corporation 41 NI 446X Calibration Procedure
4. Perform the timebase calibration using the following function call. The
parameter
referenceFrequency is the frequency output by the
function generator.
5. Finish the timebase calibration with the following function call. Use
the action
cancel if an error occurs during the timebase calibration or
if you do not want to save the new timebase calibration constants in the
device EEPROM. Use the action
commit if you want to save the new
timebase calibration constants in the device EEPROM.
NI-DAQmx Function Call LabVIEW Block Diagram
Call DAQmxAdjustDSATimebaseCal with
the following parameters:
calHandle:
myCalHandle
referenceFrequency: 1000.0
NI-DAQmx Function Call LabVIEW Block Diagram
Call DAQmxCloseExtCal with the following
parameters:
calHandle:
myCalHandle
action: DAQmx_Val_Action_Commit or
DAQmx_Val_Action_Cancel