Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetParasiticSchLCV

axlGetParasiticSchLCV(
t_sessionName
t_parasiticRunMode
)
=> t_cellViewName

Description

Gets the name of the schematic cellview attached to the parasitic run mode in the active setup or history checkpoint.

Arguments

t_sessionName

Name of the session or checkpoint history. Alternatively, you can provide a handle to the session or checkpoint history.

t_parasiticRunMode

Name of the parasitic run mode.

Value Returned

t_cellViewName

Name of the schematic cellview.

Examples

The following example returns the name of the schematic 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"
axlGetParasiticSchLCV(1001 "Extracted (Parasitics/LDE)")
=> "opAmp_test:osc:schematic"

Related Topics

Parasitics/LDE - Setup


Return to top
 ⠀
X