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

wspWSSPDefSetActivePattern

wspWSSPDefSetActivePattern(
d_cellViewId 
t_wsspDefName
t_defaultActiveName
)
=> t / nil

Description

Sets the default active width spacing pattern (WSP) for a widthSpacingSnapPatternDefs (WSSPDef) in the specified cellview.

Depending on whether the WSSPDef exists in the technology database or cellview, the default active WSP is set in the WSSPDef or a constraint in the cellview.

Arguments

d_cellViewId

Database ID of the cellview.

t_wsspDefName

The name of the WSSPDef.

t_defaultActiveName

The name of the default active WSP for the WSSPDef.

Value Returned

t

The default active WSP is set for the WSSPDef.

nil

The default active WSP is not set for the WSSPDef.

Example

wspWSSPDefSetActivePattern(geGetEditCellView() "M1_H_160_960" "M1_960_WSP2" "M1_960_WSP3")

Return to top
 ⠀
X