Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leDefinePPPins

leDefinePPPins(
[ w_windowId ]
) 
=> t / nil

Description

Starts the Define Pseudo Parallel Connected Net enter function in the current window. Corresponds to the Connectivity – Pins – Pseudo Parallel Connect command. The Define Pseudo Parallel Connected Net form provides a user interface for defining one or more pins on a net as being pseudo parallel connected. If you do not specify w_windowId, the current window is used.

Arguments

w_windowId

Window ID of the window specified.

Value Returned

t

The command executed successfully.

nil

The command did not execute successfully.

Example

Starts the Define Pseudo Parallel Connected Net enter function. Prints the message when the command successfully finishes.

when(leDefinePPPins()
        info("Define Pseudo Parallel Connected Net executed successfully.\n")
)


Return to top
 ⠀
X