sund.load_model¶
sund.load_model(model: str) -> ModelObject
Imports the class of a model and returns an instance of that class.
Equivalent to running:
Model_Class = sund.import_model("model")
model = Model_Class()
Parameters¶
model
- Name of the model to import.
Return type¶
None
Return value¶
None