Operator`s manual

Signametrics 26
Value Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example int status = DMMCleanRelay(0, 2, 100); // Shake K2 1000
DMMClearMinMax
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
Description Close the USB bus for the specified DMM. Not for user applications.
#include "SMU2060.H"
int DMMCloseUSB(int nDmm)
Remarks This function is limited for servicing the DMM. It has no use in normal DMM operation.
See also DMMOpenUSB() 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.