pydynamicestimator.run

Functions

run(→ tuple[pydynamicestimator.system.DaeEst, ...)

Initialize function and run appropriate routines

fplot(config)

Plot voltage and differential states based on configuration settings.

clear_module(module_name)

Remove all attributes from a module, preparing it for a clean reload.

find_device_sim(idx_est)

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)

pydynamicestimator.run.clear_module(module_name)[source]

Remove all attributes from a module, preparing it for a clean reload.

pydynamicestimator.run.find_device_sim(idx_est)[source]