Skip to main content
Solved

how close analysis window or hide it?

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

 

Best answer by David.Nguyen

@Aleksandr.Makarov 

 

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

your_analysis.Close()

Take care,


David

2 replies

dgeorgiev
  • Infrared
  • 12 replies
  • May 22, 2024

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


David.Nguyen
Luminary
Forum|alt.badge.img+2
  • Luminary
  • 1159 replies
  • Answer
  • May 22, 2024

@Aleksandr.Makarov 

 

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

your_analysis.Close()

Take care,


David