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

axlSetParasiticRunMode

axlSetParasiticRunMode(
x_mainSDB
t_runModeName

)
=> t / nil

Description

Sets the parasitic run mode for the given setup.

Arguments

x_mainSDB

Handle to the setup database

t_runModeName

Run mode to be set

Possible values:

"No Parasitics/LDE"
"Schematic Estimates (Parasitics)"
"Extracted (Parasitics/LDE)"
"Layout(Parasitics/LDE)"

Value Returned

t

Successful operation

nil

Unsuccessful operation

Examples

The following example returns the name of the parasitic run mode set in the active session:

axlSession=axlGetWindowSession()
=>"session0"
x_mainSDB=axlGetMainSetupDB( axlSession )
=> 1001
axlGetParasiticRunMode(x_mainSDB "Extracted (Parasitics/LDE)")

Related Topics

axlGetMainSetupDB

axlGetWindowSession

axlGetParasiticRunMode


Return to top
 ⠀
X