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

leHiCancelStitch

leHiCancelStitch( 
[ w_windowId ]
) 
=> t / nil

Description

Cancels the via that is being added in a layout and returns to an active wire editing command, such as Create Wire or Create Bus.

Arguments

w_windowId

The current window ID.

Value Returned

t

The command completed successfully.

nil

The command did not completed successfully or an error occurred.

Examples

The following example cancels the via being added in the layout.

leHiCancelStitch()

The following example cancels the via being added in the specified window ID.

windowId = hiGetCurrentWindow()
leHiCancelStitch(windowId)

Related Topics

Interactive and Assisted Routing Functions


Return to top
 ⠀
X