Returns or sets the test pin name used to describe the location of the test input/output.
Object.Pin [ = sPin ]
The Pin property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ATest |
ATest control |
|
sPin |
BString |
The test pin name used to describe the location of the test input/output. |
The following statement sets the test pin name used to describe the location of the test input/output to "J1-22":
test1.Pin="J1-22"