pycst makes it easier to control CST Studio Suite© simulator using python. It largely relies on COM comunication, so this API is Windows© dependent.
Getting Started | Documentation |
To install via pip:
pip install pycst
You can also install from the source:
git clone [email protected]:renanmav/pycst.git
cd pycst
git checkout master
pip install -e .
Please review our contribution guidelines and code of conduct when contributing.