Operator`s manual

Table Of Contents
Signametrics 100
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
SMU2060 SMU2064
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 or DMMQuickInit functions. 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
SMU2060 SMU2064
Description Get the status of the Relative flag.
#include "SMU2060.h"
int DMMIsRelative(int nDmm)
Remarks This function returns the DMM Relative flag state.