Operator`s manual
Signametrics 100
ldShunt
the 200e6 (200 Mega Ohms) is allowed.
code.
Value
double Shunt resistance value. A value greater than zero and smaller
Return Value Integer err or
Meaning
DMM_
ssfully completed.
DMMSetFunc
SM2040 ; SM2042 ;
Description the DMM fu
#include "sm20
#include "UserDMM.h"
int DMMSetFu )
by the DMM. The table of values is
defined as VDC_330mV, VAC_3.3V, IDC_330mA, OHM_4W_330K etc. definitions in
the header files
OKAY
Operation succe
Negative Value
Error code
Example
DMMSetExternalShunt(0, 100000.0); // Set shunt to 100kΩ
Range
SM2044 ;
Set nction and range.
4032.h"
ncRange(int nDmm, int nFuncRnge
Remarks This function sets both, the function and range used
.
Parameter Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
nFuncRn
range.
lue is one of the following constants.
Value
ge
int A pre-defined constant corresponding to the desired function and
Return Value The return va
Meaning
DMM_
ialized successfully.
Negativ
DMM_
Example
DMMSetFunction
SM2040 ; SM2042 ; SM2044 ;
OKAY
DMM init
e Value
Error code
E_FUNC
Invalid DMM function.
status = DMMSetFuncRange(0, VDC_3V);