Signametrics
70
Parameter
Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
dDelay
double
This post-trigger delay value can be 0.0 to 1.0
iSamples
wing a trigger. This
value must be between 1 and 80 or 120 depending on set resolution.
Exa
Buffer[50]; //Delay 0.1s, take 50 samples
while( ! DMMReady(0) ); // wait for completion
mm, Buffer[i]); // read
DMMDisableT
SM2060
t
DMMDisableTrimDAC(int
nDmm)
Remarks
is function di
C. Since usage of the Trim DAC consumes the
on-board microcontroller’s resources it must
int
The number of samples the DMM takes follo
mple
double
DMMDelayedTrigger(0, 0.1, 50);
for(i=0;i<50;i++) DMMReadBuffer(nD
rimDAC
Description
Terminate the operation of the Trim DAC.
#include "SM206032.h"
in
Th
sables the Trim DA
be turned off with this function when not in
use. See
DMM
more details.
Parameter
SetTrimDAC
,
DMMSetDCVSource
and
DMMSetACVSource
for
Type/Description
nDmm
int
Identifies the DMM. DMMs are numbered starting with zero.
Return Value
Integer error code.
Value
Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
xample
DMMDisableTrimDAC(0); // Remove Trim DAC from operation
igger
SM2060
;
SM2064
;
Description
bort trigger operation.
int
DMMDisArmTrigger
(
int
nDmm
)
Remarks
t can be used following an external hardware or
analog level trigger arm command (
DMMArmAnalogTrigger, DMMArmTrigger,
or
MTrigger
E
DMMDisArmTr
A
This function sends the DMM a trigger termination command. If the DMM is waiting
for a trigger, following one of the Triggered operations, it will terminate the operation
and will be ready for a new operation. I
DM
).