Operator`s manual

Table Of Contents
Signametrics 164
#define OHMS4W 22 2-Wire resistance
#define OHMS2W 29 4-Wire resistance
#define DIODE 37 Diode test
#define TEMP_LCL 43 DMM Internal temperature
#define CAPS 44 Capacitance
#define RTD 52 4-Wire RTD
#define VDC_SRC 57 Source DC Voltage
#define VAC_SRC 58 Source AC Voltage
#define IDC_SRC 60 Source DC Current
#define LEAKAGE 65 Leakage test
#define INDUCTANCE 68 Inductance
#define VDCSRC_IDCSNS 63 Source Voltage, Measure Current
#define EXTEND_OHMS 75 Extended Ohms
#define SYNTH_OHMS 78 Synthesized Resistance (not implemented yet)
#define THERMO_COUPLE 81 Thermocouple Temperature
#define AC_CAPS 82 In-Circuit Capacitance
#define RinMeasure 91 10Meg High V ranges input resistance measure (open terminals)
#define SRC_V_MSR_I 98 Source VDC to +/-10V & measure IDC to +/-24mA
#define MsrER 100 Measures the resistance in a series RC network
5.11.2 Composite Function-Range
The following list contains values that set composite function and range. Use the DMMSetFuncRange()
function to set these values. DMMGetFuncRange() will retrieve the value of the currently set composite
function-range parameter. This function is useful when there is a need to switch the measurement
function, and select a specific range. Using this function is a faster alternative to using both,
DMMSetFunction() and DMMSetRrange(), to set a function and a range. Keep in mind that some
functions only have a single range and therefore there is no advantage in using DMMSetFuncRgange()
for those.
/* VDC */
#define VDC_240mV 0 // Volts DC 240mV range
#define VDC_2400mV 1 // Volts DC 2.4 range
#define VDC_24V 2 // Volts DC 24V range
#define VDC_240V 3 // Volts DC 240V range
#define VDC_330V 4 // Volts DC 330V range
/* VAC */
#define VAC_240mV 5 // Volts AC 240mV range
#define VAC_2400mV 6 // Volts AC 2.4 range
#define VAC_24V 7 // Volts AC 24V range
#define VAC_240V 8 // Volts AC 240V range
#define VAC_330V 9 // Volts AC 330V range
/* IAC */
#define IAC_2400uA 10 // Current AC 2.4mA range
#define IAC_24mA 11 // Current AC 24mA range
#define IAC_240mA 12 // Current AC 240mA range
#define IAC_2400mA 13 // Current AC 2.4A range
/* IDC */
#define IDC_240nA 14 // Current DC 240nA range (2064 models)
#define IDC_2400nA 15 // Current DC 2.4uA range (2064 models)
#define IDC_24uA 16 // Current DC 24uA range (2064 models)
#define IDC_240uA 17 // Current DC 240uA range (2064 models)
#define IDC_2400uA 18 // Current DC 2.4mA range
#define IDC_24mA 19 // Current DC 24mA range
#define IDC_240mA 20 // Current DC 240mA range