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

wspWSPGroupFindByName

wspWSPGroupFindByName (
d_cellViewId 
t_wspname 
[ cellViewOnly g_cellViewOnly ]
) 
=> d_wspGroupId

Description

Finds a width spacing pattern (WSP) group by its name in a cellview or in the technology database.

Arguments

d_cellViewId

Database ID of the cellview.

t_wspname

The name of the WSP group to search for.

g_cellViewOnly

Specifies whether the WSP group 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_wspGroupId

The database ID of the WSP group.

Example

wspWSPGroupFindByName(geGetEditCellView() "WSP2GP1")

Return to top
 ⠀
X