Operator`s manual

Table Of Contents
157 Signametrics
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example
SetFcomp(0, 12); // set the frequency compensation
SetOffset
SMU2060 SMU2064
Description Set the the offset correction factor
#include "SMU2060.h"
int SetOffset(int nDmm, double dOffset)
Remarks This function sets the value of the offset correction factor for the currently set function
and range..
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
dOffset
double Offset value to be set.
Return Value Integer error code.
Value
Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example
SetOffset(0, 11212.0); // Assert the offset factor
Linearize_AD
SMU2060 SMU2064
Description Activate/Deactivate A/D linearization correction.
#include "SMU2060.h"
#include "USBDMMUser.h"
int Lineaize_AD(int nDdmm, int bLinerize )
Remarks If bLinerize is set to FALSE disables the A/D Linearization correction. The default value
is TRUE. Diabeling allows for the derivation of the parameters for calibration purposes.
This function is used during calibration.
Parameter
Type/Description
iDmm Identifies the DMM. DMMs are numbered starting with zero.
bACZero Forces the AC zero to be active or inactive. Allowed values are TRUE
of FALSE.
Return Value The return value is one of the following constants.
Value
Meaning