Operator`s manual
89 Signametrics
Parame
Description Get the status of the autorange flag.
#include "SM206032.h"
int DMMIsAutoRange(int nDmm)
Remarks This function returns the DMM autorange flag state.
ter Type/Description
nDmm
ntifies the DMM. DMMs are numbered starting with zero.
Return Value UE, FALSE
int Ide
TR or an error code.
Value Meaning
TRUE
Autoranging mode is selected.
FALSE
E_DMM
Invalid DMM number.
Example
DMMIsInitialized
SM2060 ; SM
n
#include "SM206032.h"
int itialized(int nDmm)
Remarks This function returns the status of the DMM. If TRUE, the DMM has been initialized and
itialized. To use the DMM, it must be initialized
sing DMMInit or DMMQuickInit functions. This function is used for maintenance
rmal operation.
Autoranging mode is not selected.
DMM_
int autorange = DMMIsAutoRange(0);
2064 ;
Descriptio Get the status of the DMM.
DMMIsIn
is active. If FALSE the DMM is not in
u
and is not needed under no
Parameter Type/Description
nDmm
Return Value
Value
int Identifies the DMM. DMMs are numbered starting with zero.
TRUE, FALSE or an error code.
Meaning
TRUE
FALSE
DMM_E
Example int active = DMMIsInitialzied(0);
DMMIsRelative
SM2060 ; SM2064 ;
DMM is initialized and active.
DMM is not initialized.
_DMM
Invalid DMM number.