Operator`s manual
Signametrics 106
DMMReady
SM2060 ; SM2064 ;
Description
Remarks
nd FALSE (0) otherwise. Once a
Parame
Return the ready state of the DMM following trigger operation.
#include "SM206032.h"
int DMMReady(int nDmm)
Following the completion of a triggered measurement event, be it hardware or software,
the DMMReady function is used to detect completion. The DMMReady function
checks the DMM and returns TRUE (1) if ready, a
TRUE status is returned, the DMMReady function should not be used again since the
DMMReady function clears some flags in preparation for data transfer when it detects a
ready state. See DMMArmAnalogTrigger, DMMArmTrigger, DMMTrigger,
DMMReadBuffer and DMMPolledReaed for more details on this function.
ter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value The return valu
e is one of the following constants.
Value Meaning
TRUE
DMM is done and buffer is ready to be read.
DMM is not ready.
FALSE
ve Value
Example double Buffer[10];
for(i=0 i++) j = DMMReadBuffer(0, &Buffer[i]);
DMMSetACCapsDelay
SM2060 SM2064 ;
Description Set the measurement delay of AC based Capacitance.
em nction sets the AC based capacitance measurement delay, which is the
ment system settles. The DMM’s default value is 2.0s. This function
an set this function from 0.0 to 10.0 seconds. Since the DMM is optimized for the
defalut value, it is possible that changing this value will introduce additional error.
Parameter
Negati
Error code
DMMTrigger(0,10);
while( ! DMMReady(0) );
; i < 10 ;
#include "SM206032.h"
#include "DMMUser.h"
int DMMSetACCapsDelay(int nDm ble ldDelay) m, dou
R arks This Secondary fu
time the measure
c
Type/Description