I want to display and enable execution of 「Solve Handler」menu , similar to how it's displayed with ribbons.
I want to add it to a custom menu similar to the image below.
@AKD-Scripting-Team - Does someone know how this can be customized?
@Akane Ito
localSolveConfigNames = [i.Name for i in ExtAPI.Application.SolveConfigurations] config2use = localSolveConfigNames[n] ! which one do you want? config = ExtAPI.Application.SolveConfigurations[config2use ] Model.Analyses[m].Solve( True , config.Name )