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
|
Name of the flow for which you need to get the name of the parasitic view. |
Value Returned
|
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
Return to top