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
|
The database ID of the cellview containing a Pcell master with stretch lines. |
Value Returned
|
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. |
|
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