leHiCreateStrandedWire
leHiCreateStrandedWire(
[ w_windowId ]
)
=> t / nil
Description
Starts the Create – Stranded Wire command. You can press F3 to open the Create Stranded Wire form. The command lets you create a wire comprising of multiple strands in a single direction on a single net.
Arguments
|
The current window ID. If w_windowId is not specified, the current window is used. |
Value Returned
Examples
The following example starts the Create Stranded Wire command and lets you create a wire comprising of multiple strands in a single direction on a single net.
leHiCreateStrandedWire()
Related Topics
Interactive and Assisted Routing Functions
Return to top