asiGetDesignCellName
asiGetDesignCellName(o_session) =>t_cellName/nil
Description
Returns the cell name of the design associated with the passed session object.
Arguments
Value Returned
Examples
session = asiGetCurrentSession()
asiGetDesignCellName(session)
Return to top