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

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

iseEnterPointsFunc

Valid SKILL function to be used as a callBack.This function is registered by the iseGetExtName() function.

Value Returned

t

The selection is a success.

nil

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

OSS Functions


Return to top
 ⠀
X