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

tpaSetRegionWireType

tpaSetRegionWireType(
t_regionName
t_wspDefName 
l_wireTypeNames 
)
=> t / nil

Description

Sets the active wire types of the specified width spacing snap pattern definition (WSSPDef) on a local region.

Arguments

t_regionName

Name of local region.

t_wspDefName

Name of the WSSPDef.

l_wireTypeNames

List of wire types.

Value Returned

t

The wire types were set.

nil

The wire types were not set.

Example

Sets the 1X wire type as the only active wire type for the active WSP of the M2WSP WSSPDef and region FG__0.

tpaSetRegionWireType("FG__0" "M2WSP" '("1X" "3X")) 
=> t


Return to top
 ⠀
X