Operator`s manual
53 Signametrics
SetFcomp
Description Set the ACV Frequency compensation factor during service.
#include "SMU2060.H"
int SetFcomp(int nDmm, int iFcomp)
Remarks This function sets the value of the ACV frequency compensation DAC. It is used for
calibration the ACV bandwidth..
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
iFcomp
int Freqeuncy Compnensation DAC value to be set. Allowed value is
between 0 and 31.
Return Value Integer error code.
Value
Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example
SetFcomp(0, 12); // set the frequency compensation
SetOffset
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