Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcGetStretchSummary

pcGetStretchSummary(
d_cvId
)
=> l_stretchLines / nil

Description

For a parameterized master cell created using the Virtuoso Pcell graphical user interface tool, returns a list of lists, where each list contains the field names and values from the Stretch in X and Stretch in Y forms for each stretch line that was defined for the parameterized cell.

Arguments

d_cvId

The database ID of the cellview containing a Pcell master with stretch lines.

Value Returned

l_stretchLines

A list of lists, where each list contains the field names and values from the Stretch in X and Stretch in Y forms for one stretch line that was defined for the Pcell.

nil

The function did not execute successfully.

Examples

pcStretchSummary( cv )

For a Pcell master containing two stretch lines, returns a list containing two lists, each of which contain the form field names and values for one stretch line; for example:

(("Stretch Type: Horizontal " "Name or Expression for Stretch:  Length" "Stretch Direction:  left" "Reference Dimension (Default):  1.000000")
   ("Stretch Type: Vertical " "Name or Expression for Stretch:  width" "Stretch Direction:  up" "Reference Dimension (Default):  1.000000")
)

Return to top
 ⠀
X