Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiGetDesignLibName

asiGetDesignLibName( 
o_session 
)
=> t_libName / nil

Description

Returns the library name of the design associated with the passed object.

Arguments

o_session

Simulation session object

Value Returned

t_libName

Name of the library containing the cellview.

nil

Returns nil when function call fails.

Examples

session = asiGetCurrentSession()
asiGetDesignLibName(session)

Return to top
 ⠀
X