Operator`s manual
109 Signametrics
Parameter Type/Description
nDmm
t Identifies the DMM. starting with zero.
iAperture
t A pre-defi consta ng to the desired integration
time.
Return Value The return value is one of the following constants.
Value
in DMMs are numbered
in ned nt correspondi
Meaning
DMM_OKAY
successfully.
Negative Val
ERR_APERTURE
lid aperture value.
Example status = DMMSetAperture(0, APR_16p67ms); // Set to 16.66ms
DMMSetAutoRange
SM2060 ; SM
Description Enable/Disable
#include "SM2
Range(int nDmm, int bAuto)
Remarks This funct sables autorange operation of the DMM.
DMM initialized
ue
Error code
Inva
2064 ;
autorange operation of DMM
06032.h"
int DMMSetAuto
ion enables or di
Parameter Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
bAuto
eturn Value The return value is one of the following constants.
int Determines whether or not autoranging is done. The value TRUE
(1) enables autoranging, FALSE (0) disables it.
R
Value Meaning
DMM_
Negativ
xample
SM2064 ;
Description
int DMMSetBuffTrigRead(int nDmm, int iSettle, int iSamples, int iEdge)
OKAY
Function succeeded.
e Value
Error code
status = DMMSetAutoRange(0, TRUE); /* enable autoranging */
E
DMMSetBuffTrigRead
SM2060 ;
Setup the DMM for Triggered operation.
#include "SM206032.h"
#include "DMMUser.h"