iseEnterNodeNamesList
iseEnterNodeNamesList(
iseEnterPointFunc
)
=> t / nil
Description
Prompts the user to enter node names into a form and returns the netlister-assigned names as a SKILL list of strings corresponding to the schematic names entered.
If nothing is specified in the form, the function returns nil.
Arguments
|
Valid SKILL function to be used as a callback and registered by the |
|
Value Returned
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
iseEnterNodeNamesList( 'myfunc )
Related Topics
Return to top