Operator`s manual

Table Of Contents
Signametrics 94
Zero or positive value
Range; zero being the lowest
Negative Value
Error code
Example int id;
if(DMMGetRange == 0) printf("Lowest range selected");
DMMGetReadInterval
SMU2060 SMU2064
Description Get Read Interval value.
#include "SMU2060.h"
int DMMGetReadInterval(int nDmm, double *lpdRI)
Remarks This function returns a double floating value that is the currently set A/D Read Interval.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
lpdDev
double * Pointer where the Read Interval is saved.
Return Value Integer error code..
Value
Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example double dRI; int status = DMMGetReadInterval(0, &dRI);
DMMGetSourceFreq
SMU2060 SMU2064
Description Get the currently set ACV Source frequency.
#include "SMU2060.h"
int DMMGetSourceFreq(int nDmm, double *lpdFreq)
Remarks This function returns a double floating value that is the currently set ACV source
frequency of the SMU2064. It can be used to display or verify the default frequency of
the stimulus for the various Inductance and AC based capacitance measurement ranges.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
lpdFreq
double * Pointer where the frequency value is to be saved.
Return Value Integer error code..
Value
Meaning