Is it possible to export an equivalent python script for what has been setup manually in the GUI?
Python API
2
Posts
2
Posters
41
Views
2
Watching
-
Is it possible to export an equivalent python script for what has been setup manually in the GUI?
There are things I know only how to do via the GUI, e.g. importing Duke in the simulation section. But I would like to know how to import Duke in the simulation when I programme via python scripts...
-
I guess you answered this yourself (
s4l_v1.model.Import
) in 706?To see the full modeling capabilities you probably will need to also look into the Python module
XCoreModeling
. The high-level API ins4l_v1
only contains a subset of that API.The Jupyter notebook snippets/examples demonstrate many functions. Please have a look at the tutorials and the topics demonstrated in the
Modeling
folder