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

wspWSPFindByName

wspWSPFindByName (
d_cellViewId 
t_wspname 
[ cellViewOnly g_cellViewOnly ]
) 
=> d_wspId

Description

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

Arguments

d_cellViewId

Database ID of the cellview.

t_wspname

The name of the WSP to search for.

g_cellViewOnly

Specifies whether the WSP must be searched only in the cellview (t) or first in the cellview and then in the technology database (nil).

Value Returned

d_wspId

The database ID of the WSP.

Example

wspWSPFindByName(geGetEditCellView() "WSP2")

Return to top
 ⠀
X