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

tpaSetWireType

tpaSetWireType(
t_wspDefName 
l_wireTypeNames 
)
=> t / nil

Description

Sets the active wire types for the active width spacing pattern (WSP) of the given width spacing snap pattern definition (WSSPDef).

Arguments

t_wspDefName

Name of the WSSPDef.

l_wireTypeNames

List of wire types.

Value Returned

t

Only the specified wire types of the active WSP for the given WSSPDef are and were set active.

nil

The wire types were not set because the WSSPDef was not found.

Example

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

tpaSetWireType( "M2WSP" list("1X") )

Return to top
 ⠀
X