pkxFindCompDefPin
pkxFindCompDefPin(pkx_compDefId t_number) =>pkx_compDefPinId| nil
Description
(Virtuoso MultiTech Framework) Searches for a compDefPin object in the specified compDef with the specified attributes, and returns its ID if it exists.
Arguments
|
Name of the pin, represented by a combination of a string and a number. For example, |
Value Returned
|
The specified |
Example
Searches for the compDef object with the pin number I1.
pkxFindCompDefPin(compDef "I1")
Related Topics
Return to top