Operator`s manual

Table Of Contents
75 Signametrics
DMMDisableTrimDAC
SMU2060
Description Terminate the operation of the Trim DAC.
#include "SMU2060.h"
int DMMDisableTrimDAC(int nDmm)
Remarks This function disables the Trim DAC. Since usage of the Trim DAC consumes the
on-board microcontroller’s resources it must
be turned off with this function when not in
use. See DMMSetTrimDAC, DMMSetDCVSource and DMMSetACVSource for
more details.
Parameter
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
Example DMMDisableTrimDAC(0); // Remove Trim DAC from operation
DMMDisarmTrigger
SMU2060 SMU2064
Description Abort trigger operation.
#include "SMU2060.h"
int DMMDisarmTrigger (int nDmm)
Remarks 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. It can be used following an external hardware or
analog level trigger arm command (DMMArmAnalogTrigger, DMMArmTrigger, or
DMMTrigger )
.
Parameter 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