Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schHiRouteFlightLine

schHiRouteFlightLine(
[ ?routeMethod t_routeMethod ]
)
=> t

Description

Routes logical connections shown as flight lines. Usable only when editing schematics.

If you have not selected the flight line you want to edit, the schematic editor prompts you to select the flight line. The schematic editor can process multiple flight lines. The system routes the selected flight lines.

A t_routeMethod of full executes an algorithm that creates orthogonal line segments. A t_routeMethod of direct creates a straight solid line between the two points. If you select multiple wires or flight lines, each wire or flight line is routed in sequence.

Arguments

?routeMethod t_routeMethod

Method used when routing flight lines; must be enclosed in quotation marks.
Valid Values: full, direct

Value Returned

Always returns t.

Examples

Routes the flight lines using the full routing algorithm.

schHiRouteFlightLine( "full" )

Return to top
 ⠀
X