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

tpaSetActivePattern

tpaSetActivePattern(
t_defName 
t_activePatternName
)
=> t / nil

Description

Sets the active pattern for the given width spacing snap pattern definition (WSSPDef).

Arguments

t_defName

Name of the WSSPDef.

t_activePatternName

Assigns the named width spacing pattern (WSP) as the active pattern for the specified WSSPDef.

Value Returned

t

The named WSP is the active pattern for the specified WSSPDef.

nil

The active pattern was not set because the WSP or the WSSPDef was not found.

Example

Sets the minWidth WSP as the active pattern for the M2WSP WSSPDef.

tpaSetActivePattern( "M2WSP" "minWidth")


Return to top
 ⠀
X