Operator`s manual
Signametrics 70
n
MinStr(int nDmm, LPSTR lpszReading)
tMin. It returns the result as a string
d by the range and function. See
Descriptio Returns the minimum as a formatted string.
#include "sm204032.h"
int DMMGet
Remarks This function is the string version of DMMGe
formatted for printing. The print format is determine
DMMGetMin for more details.
Parameter Type/Description
nDmm
starting with zero.
L buffer (at least 64 characters long) to hold the
r
Return Value The return value he following constants, or the string length is OK.
int Identifies the DMM. DMMs are numbered
lpszReading
PSTR Points to a
esult.
is one of t
Value Meaning
DMM_OKAY
V
Negativ
Exa
s = DMMGetMinStr(0, cBuf);
etRang
M2040 ; SM2042 ;
DMMGetRa
Remarks This function ret
Parameter
alid return.
e Value
Error code
mple char cBuf[64];
int statu
DMMG e
S SM2044 ;
Description Get DMM range code.
#include "sm204032.h"
#include "UserDMM.h"
int nge(int nDmm)
urns the DMM range code.
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting
with zero.
Return Value Integer value corresponding to the currently set DMM range, or an error code.
Value
Meaning
Zero or positive value
Range; zero being the lowest
Negative Value
Error code
Example int id;