EViews COM Automation Server
EViews may be used as a COM Automation server so that an external program or script may launch and control EViews programmatically. EViews COM is comprised of two class objects: Manager and Application.
The Manager class is used to manage and create instances of the main EViews Application class. The Application class provides access to EViews functionality and data. Most notably, the Application class and a variety of and methods provide you with access to EViews commands and allow you to obtain read or write access to series, vectors, matrix, and scalar objects.
You may, for example, use, the
py2eviews package allows you to call EViews from Python. See the whitepaper
http://www.eviews.com/download/whitepapers/py2eviews.pdf for more information about the
py2eviews package.
For a complete description of these methods, please refer to the
EViews COM Automation Server whitepaper, available from our website
www.eviews.com/download/download.html.
Note that web server access to EViews via COM is not allowed. Furthermore, EViews will limit COM access to a single instance when run by other Windows services or run remotely via Distributed COM.