xzos / PyZDDE

Zemax/ OpticStudio Extension using Python
MIT License
159 stars 67 forks source link

Added timeout (optional parameter) to zGetMetaFile #45

Closed vnummela closed 9 years ago

vnummela commented 9 years ago

The zGetMetaFile method did not have an option to specify a custom timeout value - unlike it's counterpart zGetTextFile. I made this small addition since I happen to need it. The implementation has been copied from zGetTextFile.

indranilsinharoy commented 9 years ago

Cool. I am merging it in, Thanks.