axlSetParasiticRunMode
axlSetParasiticRunMode(
x_mainSDB
t_runModeName
)
=> t / nil
Description
Sets the parasitic run mode for the given setup.
Arguments
"No Parasitics/LDE" |
Value Returned
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
Return to top