Operator`s manual

Table Of Contents
73 Signametrics
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example int status = DMMCleanRelay(0, 2, 100); // Shake K2 1000
DMMClearMinMax
SMU2060 SMU2064
Description Clears the Min/Max storage.
#include "SMU2060.h"
int DMMClearMinMax(int nDmm)
Remarks This function clears the Min/Max values, and initiates a new Min/Max detection. See
DMMGetMin for more details.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value Integer error code..
Value
Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example int status = DMMClearMinMax(0);
DMMCloseUSB
SMU2060 SMU2064
Description Close the USB DMM for communications. Not for user application.
#include "SMU2060.h"
int DMMCloseUSB(int nDmm)
Remarks This function is provided for servicing the DMM. It has no use in normal DMM
operation since DMMTerminate() takes care of device closing. See also
DMMOpnenUSB() function.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value Integer error code.
Value
Meaning
DMM_OKAY
Operation successfully completed.