Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

pkx_compDefId

ID of a compDef object.

t_number

Name of the pin, represented by a combination of a string and a number. For example, I10.

Value Returned

pkx_compDefPinId

ID of the compDefPin object in the specified compDef.

nil

The specified compDefPin object does not exist in the specified compDef object or the operation failed.

Example

Searches for the compDef object with the pin number I1.

pkxFindCompDefPin(compDef "I1")

Related Topics

Views in the Unified Library


Return to top
 ⠀
X