Examples
Sets the simulation run mode for the given database:
sdb = axlGetMainSetupDB(axlGetWindowSession())
runMode = "Monte Carlo Sampling"
axlSetCurrentRunMode(sdb runMode)
Related Topics
Return to top
Sets the simulation run mode for the given database:
sdb = axlGetMainSetupDB(axlGetWindowSession())
runMode = "Monte Carlo Sampling"
axlSetCurrentRunMode(sdb runMode)