![Signametrics Corporation SMU2055 Скачать руководство пользователя страница 26](http://html1.mh-extra.com/html/signametrics-corporation/smu2055/smu2055_operators-manual_1268487026.webp)
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.