pydynamicestimator.run
Functions
|
Initialize function and run appropriate routines |
|
Plot voltage and differential states based on configuration settings. |
|
Remove all attributes from a module, preparing it for a clean reload. |
|
Module Contents
- pydynamicestimator.run.run(config: pydynamicestimator.config.Config) tuple[pydynamicestimator.system.DaeEst, pydynamicestimator.system.DaeSim] [source]
Initialize function and run appropriate routines
- Parameters:
config (pydynamicestimator.config.Config)
- Return type:
tuple[pydynamicestimator.system.DaeEst, pydynamicestimator.system.DaeSim]
- pydynamicestimator.run.fplot(config: pydynamicestimator.config.Config)[source]
Plot voltage and differential states based on configuration settings.
- Parameters:
config (pydynamicestimator.config.Config)