VarianAPIs / PyESAPI

Python interface to Eclipse Scripting API
MIT License
69 stars 32 forks source link

CouchRtn #27

Closed ZTnb closed 1 day ago

ZTnb commented 1 month ago

How can I get the couch rotation?

fizxmike commented 1 day ago

PyESAPI class structures are identical to ESAPI. So, you can check the help documentation in Eclipse (question mark button on top right of window). We have the Varian API Book you can reference as well. You can also see here where we have an example of reading data from control points and putting them into a pandas data frame.