pteShowRoutingLPP
pteShowRoutingLPP(
g_filterState
[ w_windowId ]
)
=> t / nil
Description
Displays only the routing layer-purpose pairs in the Layers panel.
Arguments
|
g_filterState
|
If set to t, only the routing layer-purpose pairs are displayed. If set to nil, all layer-purpose pairs are displayed.
|
|
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 required layer-purpose pairs were displayed.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteShowRoutingLPP(t)
pteShowRoutingLPP(t window(2))
Return to top