pteSetRoutingDirection
pteSetRoutingDirection(
t_layerPurposeName
t_routingDirectionName
[ w_windowId ]
)
=> t / nil
Description
Sets the routing direction for the specified layer-purpose pair.
Arguments
|
t_layerPurposeName
|
|
|
Name of the layer-purpose pair.
|
|
t_routingDirectionName
|
|
|
Routing direction to be set for the layer-purpose pair. Valid values: Left Diagonal, Right Diagonal, Horizontal, Vertical, and None
|
|
w_windowId
|
ID of the window containing the Palette that you want to update. Valid values: ID of any open window Default: Current window
|
Value Returned
|
t
|
The specified routing direction was set.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteSetRoutingDirection("Metal1 drawing" "Left Diagonal")
pteSetRoutingDirection("Metal1 drawing" "None" window(2))
Return to top