Skip to main content
Solved

how close analysis window or hide it?

  • 22 May 2024
  • 2 replies
  • 44 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

 

2 replies

Userlevel 1

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

Userlevel 7
Badge +2

@Aleksandr.Makarov 

 

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

your_analysis.Close()

Take care,


David

Reply