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

getFunctions

getFunctions( 
t_fileName 
) 
=> l_functions / nil

Description

Returns functions defined in a file loaded after debug mode is turned on.

Returns the functions that were defined the last time that the file was loaded. Only the file name should be used and not its full path. If no extension is given, .il is assumed.

You must turn on debug mode before loading the file.

Arguments

t_fileName

File name loaded after debug mode was turned on.

Value Returned

l_functions

A list of functions.

nil

If no functions were defined in that file or if the file was not loaded after debug mode was turned on.

Examples

Returns the functions defined in testfns.il.

getFunctions( "testfns" )

Related Topics

Debug Functions

getAllLoadedFiles

installDebugger


Return to top
 ⠀
X