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

asiGetDesignCellName

asiGetDesignCellName( 
o_session 
) 
=> t_cellName / nil

Description

Returns the cell name of the design associated with the passed session object.

Arguments

o_session

Simulation session object

Value Returned

t_cellName

Name of the cell associated with the session object.

nil

The function failed to give cell name.

Examples

session = asiGetCurrentSession()
asiGetDesignCellName(session)

Return to top
 ⠀
X