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

wspGetLineEndGrids

wspGetLineEndGrids (
d_cellViewId 
t_layerName
) 
=> l_gridNames / nil

Description

Returns a list of line-end grid names for the specified layer.

Arguments

d_cellViewId

Database ID of the cellview.

t_layerName

Name of the layer for which line-end grid names are to be searched.

Value Returned

l_gridNames

List of line-end grid names for the specified layer.

nil

The command did not return line-end grid names.

Example

Returns the line-end grid names for the layer, m1, in the current cellview.

wspGetLineEndGrids(geGetEditCellView() "m1")
=>("m1_B" "m1_T")

Return to top
 ⠀
X