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

schIsFlightLine

schIsFlightLine( 
d_flightId
)
=> t / nil

Description

Checks if the specified object is a flight line on a net.

Arguments

d_flightId

The object to be confirmed as a flight line on a net.

Value Returned

t

Confirmed that the object is a flight line on the net.

nil

Check was unsuccessful.

Examples

Click a flight line in a schematic window, followed by these commands:

obj = css()
schIsFlightLine(obj)

> t

Click an instance in a schematic window, followed by the same commands:

obj = css()
schIsFlightLine(obj)

> nil


Return to top
 ⠀
X