pkxFindFuncDefPin
pkxFindFuncDefPin(pkx_funcDefId|pkx_compDefPinId t_name t_use s_swapCode) =>pkx_funcDefPinId| nil
Description
(Virtuoso MultiTech Framework) Searches for a funcDefPin object with the specified attributes, either in a funcDef or in a compDefPin, and returns its ID if it exists.
Arguments
Value Returned
|
ID of the |
|
|
The |
Example
Searches for the funcDefPin object pin3 with name A, use IN, and swapcode 1 in the funcDef object.
pin3= pkxFindFuncDefPin(funcDef "A" "IN" 1)
Searches for the compDefPin object pin3 with name A, use IN, and swapcode 1 in the funcDef object.
pin3 = pkxFindFuncDefPin(compDefPin "A" "IN" 1)
Related Topics
Return to top