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
Value Returned
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