weGetCustomTransitionMenuItems
weGetCustomTransitionMenuItems( ) => t / nil
Description
Returns a list of custom transitions that were added to the Create Bus context-sensitive menu.
Arguments
Value Returned
|
Lists the available custom transitions in the Create Bus context-sensitive menu. |
|
Examples
The following example returns a list of the menu items that were added to the Create Bus context-sensitive menu using the weAddCustomTransitionMenuItem SKILL function.
procedure(myCustomTransition patternM1M2 cellViewId netLayerPairs)
(let()
list("Metal1" Metal2)
)
)
weGetCustomTransitionMenuItems()
nil
weAddCustomTransitionMenuItem("Via To M1/M2/M1/M2/..." "patternM1M2")
weGetCustomTransitionMenuItems()
(("Via To M1/M2/M1/M2/..." "patternM1M2"))
Related Topics
Interactive and Assisted Routing Functions
Return to top