Skip to main content
Solved

how close analysis window or hide it?

  • 22 May 2024
  • 2 replies
  • 48 views

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


@Aleksandr.Makarov 

 

All analyses have a Close() method. Just do:

your_analysis.Close()

Take care,


David


Reply