Operator`s manual

Table Of Contents
83 Signametrics
Return Value Integer string length if successful, or an error code..
Value
Meaning
Negative Value
Error code
Positive Value < 100
The length of the returned string
Postive Value 100
Warning code
Example char cBuf[64]; int strLength = DMMGetdBStr(0, cBuf);
DMMGetCJTemp
SMU2060 SMU2064
Description Retrieve the currently set cold junction temperature.
#include "SMU2060.h"
int DMMGetCJTemp(int nDmm, double *lpdTemp)
Remarks Get the currently set cold junction temperature. For more details see
DMMSetCJTemp() function.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
lpdTemp
double * Points to the location to hold the temperature.
Return Value The return value is one of the following constants.
Value
Meaning
DMM_OKAY
Operation successfully terminated
Negative Value
Error code.
Example DMMGetCJTemp(0, &temp);
DMMGetCounterRange
SMU2060 SMU2064
Description Returns the currently set frequency counter range.
#include "SMU2060.h"
#include "USBDMMUser.h"
int DMMGetCounterRange(int nDmm)
Remarks This function returns the currently set frequency counter range. Look up the frequency
counter reange definitions in the USBDMMUser.h file.
Parameter
Type/Description