Operator`s manual

Table Of Contents
Signametrics 96
Return Value Source mode code.
Value
Meaning
‘O’
OPEN_LOOP mode is selected
‘C’
CLOSED_LOOP mode is selected
Negative Value
Error code
Example if(DMMGetSourceMode(0) == CLOSED_LOOP)
Mode = 4Wire;
DMMGetTCType
SMU2060 SMU2064
Description Get the themocouple type currently selected.
#include "SMU2060.h"
#include "USBDMMUser.h"
int DMMGetTCType(int nDmm)
Remarks This function returns the Themocouple type currently selected.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value DMM type Integer or an error code.
Value
Meaning
Btype to TType
Type of thermocuple as specified in USBDMMUser.h file
Negative Value
Error code
Example int TCtype = DMMGetTCType(0);
DMMGetTrigger
SMU2060 SMU2064
Description Get the logic level of the external Trigger input line.
#include "SMU2060.h"
int DMMGetTrigger(int nDmm)
Remarks This function returns the logic level of the external Trigger line. Iit returns 0 wen the line
is at a low logic level or unenergized, it returns 1 if the line is energized, or at a voltage
that is higher than 3.5V. This function provide means to handshake with external devices
such as Component Handlers and other instruments. See also DMMOutputSync() and
DMMWaitForTrigger()
Parameter
Type/Description