Skip to content

01. Getting Started

Daniel Ogg edited this page Sep 27, 2020 · 6 revisions

Python Environment

The examples in this wiki will be written using Anaconda Spyder https://www.anaconda.com/products/individual.

Connecting to the CSI Etabs API using python

After running the main.py script. You can connect to the API by calling the function

SapModel,EtabsObject=connect_to_etabs()

Clone this wiki locally