leDefineWeaklyConnectedPins
leDefineWeaklyConnectedPins( ) => t / nil
Description
Starts the Define Weak Pins enter function in the current window. The Define Weak Pins enter function provides a user interface for defining one or more pins on a net as being weakly connected within a device.
Arguments
Value Returned
Example
Starts the Define Weak Pins enter function. Prints the message when the command successfully finishes.
when(leDefineWeaklyConnectedPins() info("Define Weakly Connected Pins executed successfully.\n")
)
Return to top