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