Product Documentation
Virtuoso Parasitic Aware Design SKILL Reference
Product Version IC23.1, June 2023

axlGetParasiticViewName

axlGetParasiticViewName(
t_sessionName
t_flowName
)
=> t_viewName

Description

Gets the name of the parasitic view set for the given flow in ADE XL.

Arguments

t_sessionName

Name of the ADE XL session.

t_flowName

Name of the flow for which you need to get the name of the parasitic view.

Valid values are Estimated, Extracted, or Layout.

Value Returned

t_viewName

Name of the parasitic view that is set to be used in the given flow.

Examples

The following example shows how to get the view names by using this function.

session = axlGetWindowSession()
=> "session0"
axlGetParasiticViewName("session0" 'Extracted)    
=> "av_extracted_rc"
axlGetParasiticViewName("session0" 'Estimated)   
=> "estimated"
axlGetParasiticViewName("session0" 'Layout)       
=> "netlist_layout"

Related Topics

Parasitic Aware Design Functions

axlSetParasiticViewName


Return to top
 ⠀
X