isePrintNameCB
isePrintNameCB(
t_tempList
)
=> t / nil
Description
The callback function of isePrintName which is to be called by the enter points function in iseGetExtName.
After receiving the mapped names, this function prints the names of the object selected from the schematic to the command line in the input section of the encapsulation window.
Arguments
|
The list of strings which are mapped names of the objects selected from the schematic window. |
Value Returned
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
isePrintNameCB( '("a" "b" "c" ) )
Related Topics
Return to top