:Revision=1
:html
<<
128.126
ContactUnit - management of contact units|ContactUnit
--
>>

<<
128.126.2
Procedures of the ContactUnit-Object|Procedures
--
>>

<<
128.126.2.1
ContactUnit.Add|Add
--
<!DEF>
procedure <!TW>ContactUnit.Add (sName : string; rGroup, rKind : real [; rRow : real [; rPos : real]]);
<!TXT>
Defines a contact unit. A defined contact unit can be declared as used.

If the contact unit is already registered (defined), then its data will be changed.

 <!PW>sName  : identifier of the unit e.g. <!CW>WT12

 <!PW>rGroup : group assignment for statistical trigger (1..4)
<!CODE>
e.g. 
1 = contact-board, signal after 10000 contactings
2 = hood, signal after 200000 tests
3 = connecting cable, replace after 500 tests
<!TXT>

 <!PW>rKind  : Type of contact unit :
<!STBL>
<!+>rKind<!+>Kind<!>Parameter<!+>Meaning<!>
<!>1<!>Panel<!>no further parameters<!>The unit is used one time per panel (per complete test)<!>
<!>2<!>Row<!>only the rRow parameter<!>The unit is used one time per contacted row of the panel<!>
<!>3<!>DUT<!>both parameters<!>The unit is used once per contacted DUT on the panel<!>
<!ETBL>

 <!PW>rRow : ContactRow (only if <!PW>rKind = 2 or 3; Default =1)

 <!PW>rPos : TestPosition (only if <!PW>rKind = 3; Default =1)
>>

<<
128.126.2.2
ContactUnit.Use|Use
--
<!DEF>
procedure <!TW>ContactUnit.Use (sName : string);
<!TXT>
Informs the system that the contact unit <!PW>sName is available and will be in use for the next test.

It will be entered into the list of used contact units. 

The contact unit must be previously defined.
>>
<<
128.126.2.3
ContactUnit.Use.Clear|Use.Clear
--
<!DEF>
procedure <!TW>ContactUnit.Use.Clear;
<!TXT>
Makes the system forget the registrations made with <!RW>ContactUnits.Use.
>>
