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

pkxCreateCompDefPin

pkxCreateCompDefPin(
pkx_compDefId
t_number
) 
=> pkx_compDefPinId | nil

Description

(Virtuoso MultiTech Framework) Creates a compDefPin object and returns its ID.

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 created compDefPin object.

nil

The operation failed.

Example

Creates compDefPin on the compDef object with the pin number as I1.

compDefPin = pkxCreateCompDefPin(compDef "I1")

Related Topics

Views in the Unified Library


Return to top
 ⠀
X