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
Value Returned
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