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