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

weRemoveCustomTransitionMenuItem

weRemoveCustomTransitionMenuItem(
t_name
)
=> t / nil

Description

Removes a custom transition menu item from the Create Bus context-sensitive menu.

Arguments

t_name

Name of the menu item to be removed from the Create Bus context-sensitive menu.

Value Returned

t

The command ran successfully.

nil

The command failed to run or an error occurred.

Examples

The following example removes the name of the menu item Via To M1/M2/M1/M2/... from the Create Bus context-sensitive menu.

procedure(myCustomTransition patternM1M2 cellViewId netLayerPairs)
   (let()
      list("Metal1" Metal2)
   )
weRemoveCustomTransitionMenuItem("Via To M1/M2/M1/M2/...")
weGetCustomTransitionMenuItems()
nil

Related Topics

Interactive and Assisted Routing Functions


Return to top
 ⠀
X