iseGetExtName
iseGetExtName(
iseEnterPointsFunc
)
=> t / nil
Description
Directs the enter points function to use the specified callback function. The iseGetExtName function returns the netlister-assigned name of the object being pointed at in the schematic window.
Arguments
|
Valid SKILL function to be used as a callBack.This function is registered by the |
|
Value Returned
|
The command was unsuccessful because a net, terminal, or instance is not selected, or the name of the object could not be translated, and an error message was printed in the log file. |
Examples
iseGetExtName( 'myfunc )
Related Topics
Return to top