Operator`s manual

Table Of Contents
Signametrics 98
Return Value DMM type Integer or an error code.
Value
Meaning
iNullCount The number of em
p
ty buffer location can be 0 to 120 or 80 depending o
n
set conversion resolution.
iPreTrig The number of available pre-trigger samples. This value can be be 0 to 1
or 80 depending on set conversion resolution.
iBufCycles The number of times the buffer filled prior to trigger. This value can be
0
0 to 65,280.
Negative Value
Error code
Example DMMGetTriggerInfo(0, &Empty, &Pre, &wraps);
DMMGetType
SMU2060 SMU2064
Description Get the type of the DMM.
#include "SMU2060.h"
int DMMGetType(int nDmm)
Remarks This function returns a value representing the DMM model.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value DMM type Integer or an error code.
Value
Meaning
2060
SMU2060 is at nDmm slot
2064
SMU2064 is at nDmm slot
Negative Value
Error code
Example int DMMtype = DMMGetType(0);
DMMGetVer
SMU2060 SMU2064
Description Get DMM software driver version.
#include "SMU2060.h"
int DMMGetVer(int nDmm, double *lpfResult )
Remarks This function returns the DMM software driver version, which is a double floating value.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.