Solved

Access coating properties in ZOS-API?

  • 20 January 2023
  • 2 replies
  • 93 views

Userlevel 2
Badge

Is there a way to access the properties of a coating in the ZOS-API? 

The article below shows how to access the name of the coating, but does not show how to get the properties of the coating.

I’m not finding any handles that give the actual coating information. 

Thanks!

icon

Best answer by David.Nguyen 20 January 2023, 11:12

View original

2 replies

Userlevel 7
Badge +2

Hi Josh,

 

I don’t think you’ll find those handles in the CoatScatterData property. I’m not sure if they are elsewhere either. That being said CoatScatterData will give you the name of the coating as you mentioned. Also, you can retrieve which coating file is used in your lens from the ZOS-API:

TheSystem.SystemData.Files.CoatingFile

By default, it is a text file called COATING.DAT located in your {Documents}\Zemax\Coatings folder. And the syntax is described in the Help File under: The Libraries Tab > Coatings Group > Defining Coatings > Coating File Data Syntax. Therefore, you can use MATLAB to open this text file and search for the relevant information. Does that make sense? I don’t have MATLAB but I’m sure this should be possible.

Take care,

 

David

Userlevel 6
Badge +2

Hi Josh

I am actually working on a coating converter between Zemax and Speos, and indeed there is not much you can read about our coatings in the API. So it is mainly the names and the layers.
As David mentioned, you could read the text file if needed.
Let us know if we can help.

Reply