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

callUserAutoInitProc

callUserAutoInitProc( 
t_contextName 
) 
=> t / g_result

Description

Calls the autoinit function for the given context name.

If there is no autoinit function for the given context name, the function does nothing and returns t.

Arguments

t_contextName

Name of the context.

Value Returned

g_result

The result of the autoinit function.

t

Returns t otherwise.

Examples

callUserAutoInitProc("fake")    
=> t

Related Topics

Context Functions

loadContext

defInitProc

defUserInitProc


Return to top
 ⠀
X