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