Operator`s manual

Signametrics 42
int DMMIsAutoRange(int nDmm)
Remarks This function returns the DMM autorange flag state.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value TRUE, FALSE or an error code.
Value
Meaning
TRUE
Autoranging mode is selected.
FALSE
Autoranging mode is not selected.
DMM_E_DMM
Invalid DMM number.
Example int autorange = DMMIsAutoRange(0);
DMMIsInitialized
Description Get the status of the DMM.
#include "SMU2060.H"
int DMMIsInitialized(int nDmm)
Remarks This function returns the status of the DMM. If TRUE, the DMM has been initialized and
is active. If FALSE the DMM is not initialized. To use the DMM, it must be initialized
using DMMInit function. This function is used for maintenance and is not needed under
normal operation.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value TRUE, FALSE or an error code.
Value
Meaning
TRUE
DMM is initialized and active.
FALSE
DMM is not initialized.
DMM_E_DMM
Invalid DMM number.
Example int active = DMMIsInitialzied(0);
DMMIsRelative
Description Get the status of the Relative flag.
#include "SMU2060.H"
int DMMIsRelative(int nDmm)