Daqcalsavecaltable – Measurement Computing Data Acquisition Systems rev.10.4 User Manual
Page 134

daqCalSaveCalTable
Also See: Other daqCal commands
Format
daqCalSaveCalTable(handle,tableType,factoryKey)
Purpose
daqCalSaveCalTable
saves the calibration table
Parameter Summary
Parameter Type
Description
handle DaqHandleT Handle to the device from which ADC transfer status will
be retrieved
tableType DaqCalTableTypeT
Calibration table type
factoryKey DWORD
Key to the factory calibration table. Manufacturer’s use.
Parameter Values
handle:
obtained from the daqOpen function
tableType: s
ee tableType table below
factoryKey: reserved for manufacturer
Parameter Type Definitions
tableType - DaqCalTableTypeT
Definition
Description
DcttFactory
Selects the factory calibration table. The factory calibration table reflects factory calibration
constants for the selected device. This is the default setting.
DcttUser
Selects the user-calibration table. The user-calibration table reflects calibration constants defined
by the user or the device’s user-calibration application. Refer to the device’s calibration
documentation for specific settings.
DcttSelfCal
Self-calibration constants.
Function Usage
Used to save the calibration table.
Prototypes
C/C++
daqCalSaveCalTable(DaqHandleT handle, DaqCalTableTypeT tableType,
DWORD factoryKey);
Visual BASIC
VBdaqCalSaveCalTable&(ByVal handle&, ByVal tableType&, ByVal factoryKey&)
Returns
DerrNoError
No
error
4.3-8 Daq API Command Reference
908494
Programmer’s
Manual