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