Operator`s manual

Table Of Contents
161 Signametrics
5.8 Service Commands
GrdXingTest
SMU2060 SMU2064
Description Perform the specified test
#include "SMU2060.h"
int GrdXingTgest(int nDmm, int iNumber, int iTest)
Remarks Perform the specified test as indicated by iTest. Repeat it for iNumber times. This
function is used to perform basic H/W tests.
Parameter
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
iTest
int Test type. 0: Basic Read/Write. 1: Toggle Reset line iNumber
times. 2: High Speed Guard Crossing stimulation. 3: Guarded
controller communication test. 4: Guard Crossing loopback test. 5:
High Speed Guard Crossing test (SMU2064).
iNumber
int Number of tests to be repeated.
Return Value Integer error code.
Value
Meaning
DMM_OKAY
Operation successfully completed.
Negative Value
Error code
Example int i = GrdXingTest(0, 1, 3); // Test Guarded controller