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

axlGetParasiticRunMode

axlGetParasiticRunMode(
x_mainSDB
)
=> t_runMode

Description

Gets the parasitic run mode name from the active setup or history checkpoint.

Argument

x_mainSDB

Handle to the active setup database or a checkpoint history.

Value Returned

t_runMode

Name of the parasitic run mode.

Examples

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

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

Related Topics

axlGetMainSetupDB

axlGetWindowSession

Parasitic Mode Toolbar


Return to top
 ⠀
X