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

leHiStitchToLayer

leHiStitchToLayer( 
t_layerName 
[ g_rotate ] 
[ w_windowId ]
) 
=> t / nil

Description

Inserts a via between the current layer paths segment and the layer name provided in the parameter when the Create Wire or Create Bus command is active.

Arguments

t_layername

A text string specifying any valid layer name. Example: “Metal 1”.

g_rotate

Boolean which specifies whether to rotate the via or not. Default is nil.

w_windowId

The current window ID.

Value Returned

t

The command completed successfully.

nil

The command failed to run or an error occurred.

Examples

The following example inserts a via between the current layer paths segment and Metal2.

leHiStitchToLayer("Metal2")
windowId = hiGetCurrentWindow()
rotate = nil

Related Topics

Interactive and Assisted Routing Functions


Return to top
 ⠀
X