PyFlux: Display progress bar

Romain B
Romain B Altair Community Member
edited October 2020 in Community Q&A

Hi all, 

I'd like to know what's the PyFlux command to display the progress bar when solving.

I'm not quite sure why, but when I launch my script that opens a project and solves it, the pop-up window with the progress bar of the solving process does not show up.

 

Thanks!

Romain

Tagged:

Answers

  • Alejandro Rodríguez
    Alejandro Rodríguez
    Altair Employee
    edited March 2019

    Hello Romain,

    Unfortunately, I think there is not such command in PyFlux.

    I think you are not able to see the solving pop-up because you are probably running your script in batch mode. A solution to see this windows and its progression bar is to launch your script in direct mode instead. This mode is more time consuming but it allows to see all the displays at real time.

    Best regards,

  • Romain B
    Romain B Altair Community Member
    edited March 2019

    Hi Alejandro, 

     

    Alright, thanks for the info!

    The thing is, my script does loads of things and I wouldn't like to slow it down by executing all of it in direct mode. I'll do some tests to see if there's a workaround.

    Regards, 

    Romain