Daqcalclearcaltable – Measurement Computing Data Acquisition Systems rev.10.4 User Manual
Page 127

daqCalClearCalTable
Also See: Other daqCal commands
Format
daqCalClearCalTable(handle,tableType,factoryKey)
Purpose
daqCalClearCalTable
clears the factory 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 used
factoryKey
DWORD
Key to the factory calibration table; manufacturer use.
Parameter Values
handle:
obtained from the daqOpen function
tableType: s
ee tableType table below
factoryKey:
reserved by 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
Typically reserved for factory use.
Prototypes
C/C++
daqCalClearCalTable(DaqHandleT handle, DaqCalTableTypeT tableType, DWORD
factoryKey);
Visual BASIC
VBdaqCalClearCalTable&(ByVal handle&, ByVal tableType&, ByVal factoryKey&)
Returns
DerrNoError
No
error
Programmer’s Manual
908494
Daq API Command Reference 4.3-1