pkxCreateCompDefPin
pkxCreateCompDefPin(pkx_compDefId t_number) =>pkx_compDefPinId| nil
Description
(Virtuoso MultiTech Framework) Creates a compDefPin object and returns its ID.
Arguments
|
Name of the pin, represented by a combination of a string and a number. For example, |
Value Returned
Example
Creates compDefPin on the compDef object with the pin number as I1.
compDefPin = pkxCreateCompDefPin(compDef "I1")
Related Topics
Return to top