Skip to main content
Solved

Not able to run example 23 from “Zemax\ZOS-API Sample Code\Python”


dgeorgiev

Hello,
i am using Zemax Optics Studio 23.1 and trying to run the python example files included in the “Zemax\ZOS-API Sample Code\Python” directory.
While others seem to work, when trying to run “PythonStandalone_23_ray_fan_native_manual_comparison.py” i get an error.
----
Traceback (most recent call last):

  File "c:\ex\PythonStandalone_23_ray_fan_native_manual_comparison.py", line 262, in <module>

    ray_settings.Field.UseAllFields()

    ^^^^^^^^^^^^^^^^^^

AttributeError: 'IAS_' object has no attribute 'Field'

Exception ignored in: <function PythonStandaloneApplication.__del__ at 0x000001D4F7E9F880>

Traceback (most recent call last):

  File "c:\ex\PythonStandalone_23_ray_fan_native_manual_comparison.py", line 72, in __del__

TypeError: 'MethodObject' object is not callable

----
I run the original file without any changes. 
Could somebody please possibly advise if eventually the API did evolve and this particular example file is no more compatible?

Best regards
Dimiter
 

Best answer by David.Nguyen

Hi @dgeorgiev,

 

I believe it relates to this issue:

Basically, if you replace this line of code:

ray_settings = ray.GetSettings()

by this one:

ray_settings = ray.GetSettings().__implementation__

It should correct this error at least.

@Allie or @Chris Normanshire do you know if there’s a plan to update the eaxamples so they comply with more recent versions of Pythonnet?

I hope this helps and take care,

 

David

View original
Did this topic help you find an answer to your question?

3 replies

David.Nguyen
Luminary
Forum|alt.badge.img+2
  • Luminary
  • 1097 replies
  • Answer
  • October 12, 2023

Hi @dgeorgiev,

 

I believe it relates to this issue:

Basically, if you replace this line of code:

ray_settings = ray.GetSettings()

by this one:

ray_settings = ray.GetSettings().__implementation__

It should correct this error at least.

@Allie or @Chris Normanshire do you know if there’s a plan to update the eaxamples so they comply with more recent versions of Pythonnet?

I hope this helps and take care,

 

David


dgeorgiev
  • Author
  • Infrared
  • 12 replies
  • October 13, 2023

Thank you David,
I greatly appreciate your quick and effective help!
Best regards
Dimiter

 


Allie
Zemax Staff
Forum|alt.badge.img+2
  • Zemax Staff
  • 338 replies
  • October 18, 2023

Hey @David.Nguyen - Yup we are planning to update the files! I don’t have a timeline for you yet, but it’s definitely on the radar.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings