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
|
A text string specifying any valid layer name. Example: |
|
|
Boolean which specifies whether to rotate the via or not. Default is |
|
Value Returned
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