You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
ZOS.connect_as_standalone as alias for ZOS.create_new_application (#26)
New parameter return_primary_system for ZOS.connect_as_extension and ZOS.create_new_application. These methods return the primary optical system if this parameter is True. If the license is not valid for the ZOS-API, a ConnectionRefusedError is raised (#26)
zospy.functions.nce.get_object_data to get the data of an NCE object (#30)
Fixed
Erroneous parsing of analyses results when textfile encoding was not set to Unicode by implementing zospy.zpcore.ZOS.get_txt_file_encoding (!36)
Bug that did not allow users to change the LensUpdateMode directly through OpticStudioSystem.LensUpdateMode (#40)
Changed
Updated how and when constants in zospy.api.config are determined for more clarity (!39)
Update the error message in zospy.ZOS to explain why only a single instance of ZOS is allowed (#24)