Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schGetPinOrder

schGetPinOrder( 
d_cvId 
)
=> l_pinList

Description

Returns the pin list, as defined in the portOrder property (if present) or as the default pin list.

Arguments

d_cvId

The cellview whose pin order you want retrieved.

Return Value

l_pinList

The pin list of the cellview, as defined in the portOrder property (if present) or as the default pin list.

Examples

Gets the pin order list for cv.

cv = geGetEditCellView( )
pinList = schGetPinOrder(cv)

Return to top
 ⠀
X