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

isContextLoaded

isContextLoaded( 
t_cxt 
) 
=> t / nil

Description

Returns t if a context file with the given base name has been loaded into the current session.

Returns nil otherwise.

Arguments

t_cxt

Base name of the context file you want load status on.

Value Returned

t

The given context has already been loaded into the current environment.

nil

The given context has not been loaded yet.

Examples

isContextLoaded( "skillCore" ) 
=> t
isContextLoaded( "hiBase" ) 
=> nil

Related Topics

Context Functions

loadContext


Return to top
 ⠀
X