axlGetParasiticRunMode
axlGetParasiticRunMode(x_mainSDB) =>t_runMode
Description
Gets the parasitic run mode name from the active setup or history checkpoint.
Argument
|
Handle to the active setup database or a checkpoint history. |
Value Returned
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
Return to top