Operator`s manual

Signametrics 92
ne of the following constants. Return Value The return value is o
Value Meaning
TRUE
DMM is done and buffer is ready to be read.
is not ready.
Negativ
Example
while( ! DMMReady(0) );
(i=0; i < 10 ; i++) j = DMMReadBuffer(0, &Buffer[i]);
DMMSetACCapsDelay
M2042
Description of AC based Capacitance.
#include "UserDMM.h"
int DMMSetACCapsDelay(int nDmm, double ldDelay)
Remarks This Secondary function sets the AC based capacitance measurement delay, which is the
time the measur n
can set this function from 0.0 to 10.0 seconds. Since the DMM is optimized for the
defalut value, it
Parameter
FALSE
DMM
e Value
Error code
double Buffer[10];
DMMTrigger(0,10);
for
SM2040 S SM2044 ;
Set the measurement delay
#include "sm204032.h"
ement system settles. The DMM’s default value is 2.0s. This functio
is possible that changing this value will introduce additional error.
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
ldDelay
double The time the DMM is allowed to settle the measurement.
and 10.0 seconds.
Return Value rror co
Value
Can be set beetween 0
Integer e de.
Meaning
DMM_OKAY
Ope
ration successfully completed.
or code
// Set measurement delay to 0.25s
DMMSetACCapsLevel
Description Set the DCV source output level.
#include "sm204032.h"
#include "UserDMM.h"
int DMMSetACCapsLevel(int nDmm, double ldVolts)
Negative Value
Err
Example
DMMSetACCapsDelay(0, 0.25);
SM2040 SM2042 SM2044 ;