schIsFlightLine
schIsFlightLine( d_flightId ) => t / nil
Description
Checks if the specified object is a flight line on a net.
Arguments
Value Returned
Examples
Click a flight line in a schematic window, followed by these commands:
obj = css()
schIsFlightLine(obj)
Click an instance in a schematic window, followed by the same commands:
obj = css()
schIsFlightLine(obj)
Return to top