Sets the pad as a test point.

syntaxSyntax:
DlxPad.SetTestPoint(name, mode)

Parameters

Parameter Description
name Specify the name.
mode Specify a combination of the following values:
DlxApp.PADTESTPOINT_TOP
DlxApp.PADTESTPOINT_BOTTOM

Return Value

If the operation ends correctly, it returns true otherwise it returns false.

Remarks

Use these parameters to define the pad as a test point during board construction. A test point is a point where a test probe can come into contact with the PCB to verify the proper functioning of the board. You can specify a name for the test point and the side on which the measurement is to be made.

Example

  Copy codeCopy code

See also