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

wspWSSPDefFindByName

wspWSSPDefFindByName (
d_cellViewId 
t_wspname 
[ ?cellViewOnly g_cellViewOnly ]
) 
=> d_wsspDefId

Description

Finds a widthSpacingSnapPatternDefs (WSSPDef) by its name in a cellview or technology database.

Arguments

d_cellViewId

Database ID of the cellview.

t_wspname

The name of the WSSPDef to search for.

g_cellViewOnly

Specifies whether the WSSPDef is searched only in the cellview (t) or it is searched first in the cellview and then in the technology database (nil).

Value Returned

d_wsspDefId

Database ID of the WSSPDef.

Example

wspWSSPDefFindByName(geGetEditCellView() "M1AllPeriod190")

Return to top
 ⠀
X