xzos / PyZDDE

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

zSetTimeout function and timeout in other functions not implemented #15

Closed indranilsinharoy closed 10 years ago

indranilsinharoy commented 10 years ago

The function to set global DDE timeout using the function zSetTimeout has not been implemented. Currently, the default timeout value is the a fixed value of 1 minute, as set by the dde in PyWin32. Also, the inability to set independent timeout for some functions such as zNSCTrace, which generally takes several minutes to complete, is very limiting. The user must be able to set these two types of timeout values.

indranilsinharoy commented 10 years ago

Fixed in revision 0.7.2