Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

t_tempList

The list of strings which are mapped names of the objects selected from the schematic window.

Value Returned

t

The command is successful.

nil

The command was unsuccessful and an error message was printed in the log file.

Examples

isePrintNameCB( '("a" "b" "c" ) )

Related Topics

OSS Functions


Return to top
 ⠀
X