Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

startFinder

startFinder( 
[ ?funcName t_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

?funcName t_funcName

Name of the function to be searched in the SKILL API Finder.

Value Returned

t

Cadence SKILL API Finder is launched successfully and documentation of t_funcName is returned.

nil

Unable to launch the Cadence SKILL API Finder.

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

Finder Functions

fndResetDb


Return to top
 ⠀
X