Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

vfpCreateBoundaryPinsForSelectedShapes

vfpCreateBoundaryPinsForSelectedShapes(
d_cellViewId 
[ n_distanceFromBoundary ]
)
=> l_pinIds / nil

Description

Creates boundary pins on selected shapes.

Arguments

d_cellViewId

The cellview identifier

n_distanceFromBoundary

Distance between the pin shapes and the PRBoundary. If you do not specify the distance, then the default value of 10 is assigned.

Value Returned

l_pinIds

List of pin Ids generated

nil

The command was unsuccessful. No pins were created.

Example

pinIds = vfpCreateBoundaryPinsForSelectedShapes(cvId 8.0)

Return to top
 ⠀
X