axlGetParasiticParaLCV
axlGetParasiticParaLCV(t_sessionName t_paraRunMode) =>t_cellViewName
Description
Gets the name of the parasitic cellview attached to the parasitic run mode in the active setup or history checkpoint.
Arguments
|
Name of the session or checkpoint history. Alternatively, you can provide a handle to the session or checkpoint history. |
|
Value Returned
Examples
The following example returns the name of the parasitic cellview attached to the Extracted parasitic run mode in the active session:
s1 = axlGetWindowSession()
=> "session0"
x_mainSDB=axlGetMainSetupDB( s1 )
=> 1001
axlGetParasiticRunMode(x_mainSDB)
=> "Extracted (Parasitics/LDE)"
axlGetParasiticParaLCV(1001 "Extracted (Parasitics/LDE)")
=> "opAmp_test:osc:av_extracted_Ronly"
Related Topics
Return to top