If I make long analysis too many windows seems reduce perfomance.
how I can supress them or close?
I saw similar topic, but not sure how find it for analysis
If I make long analysis too many windows seems reduce perfomance.
how I can supress them or close?
I saw similar topic, but not sure how find it for analysis
Hi Aleksandr,
Instead of closing window you may try ask Zemax to not update it.
In zospy it would look like
oss= zos.get_primary_system()
oss.LensUpdateMode= zp.constants.LensUpdateMode.EditorsOnly
It is just an idea and i am not sure if it would be effective in your case.
best regards Dimiter
All analyses have a Close()
method. Just do:
your_analysis.Close()
Take care,
David
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.