Models

CircAdapt model objects contain sets of linked components that together form a model. The general model is empty, meaning no components are linked.

import circadapt
model = circadapt.CircAdapt('Custom', '<solve>')

Prebuild models do contain components which are fully connected. More information can be found in the tutorials.

CircAdapt

Wrapper to communicate with c++ code.