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
Value Returned
|
Only the specified wire types of the active WSP for the given WSSPDef are and were set active. |
|
|
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