Module Reference

../_images/module_organization.svg

The fmdtools package is split into three subpackages for design, simulation, and analysis. As shown above. Thus, working with fmdtools often means:

  1. Creating a model file which extends classes from define,

  2. Simulating and analyzing that model in a script or notebook using the sim, and

  3. Analyzing simulation results using the analyze subpackage.

This page provides references for the functions and classes in these packages, which can further be explored below:

fmdtools.define

Package for modelling system structure and behavior.

fmdtools.sim

Package for simulating system models in various configurations and scenarios.

fmdtools.analyze

Package for analyzing simulation results.