「Solve Handler」Menu

Akane Ito
Akane Ito Member Posts: 26
10 Comments Name Dropper
**

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.

Answers

  • Chris Harrold
    Chris Harrold Member, Administrator, Employee Posts: 183
    5 Answers 100 Comments Photogenic Name Dropper
    admin

    @AKD-Scripting-Team - Does someone know how this can be customized?

  • M
    M Member, Employee Posts: 235
    100 Comments Photogenic 5 Likes Name Dropper
    ✭✭✭✭
    edited April 18

    @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 )