startFinder
startFinder( [?funcNamet_funcName] ) =>t/nil
Description
Starts the SKILL API Finder utility. If the t_funcName argument is provided, the corresponding documentation of the function is displayed in the Finder. If a Finder window is already open, it will be updated or a new window will be displayed. The Finder window remains open, unless specifically closed, even after the parent window has been closed.
Arguments
|
Name of the function to be searched in the SKILL API Finder. |
|
Value Returned
|
Cadence SKILL API Finder is launched successfully and documentation of t_funcName is returned. |
|
Examples
To start the SKILL API Finder utility.
startFinder
=> 0
To display the documentation of the function in the SKILL API Finder utility.
startFinder(?funcName "")
=> t
Related Topics
Return to top