weScaleMagnifierOrIncreaseWidth
weScaleMagnifierOrIncreaseWidth(
[ w_windowId ]
)
=> t / nil
Description
If the magnifier is opened, it performs a zoom in the magnifier. Else if Create Bus, Create Wire, or Reshape command is being executed, increase the width of the current wire.
Arguments
Value Returned
Examples
The following example increases the width of the edited segment.
weScaleMagnifierOrIncreaseWidth(hiGetCurrentWindow())
Related Topics
Interactive and Assisted Routing Functions
Return to top