Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

weGetCustomTransitionMenuItems

weGetCustomTransitionMenuItems(
)
=> t / nil

Description

Returns a list of custom transitions that were added to the Create Bus context-sensitive menu.

Arguments

None

Value Returned

t

Lists the available custom transitions in the Create Bus context-sensitive menu.

nil

The command failed to run or an error occurred.

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
 ⠀
X