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

axlSetParasiticViewName

axlSetParasiticViewName(
t_sessionName
t_flowName
t_viewName
)
=> t_flowName

Description

Sets the name of the parasitic view to be used 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 set a parasitic view.

Valid values are Estimated, Extracted, or Layout.

t_viewName

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

Value Returned

t_flowName

Name of the flow for which the view name is set.

Examples

The following example describes how to set a view name to be used for the extracted flow.

session = axlGetWindowSession()
=> "session0"
axlSetParasiticViewName("session0" 'Extracted "av_extracted_rc")
=> (Extracted)

Related Topics

Parasitic Aware Design Functions

axlGetParasiticViewName


Return to top
 ⠀
X