Fundamentals
======================

In this first section of tutorials, we will cover the basics of using the `syssimx` library.
We will start with simple examples and gradually build up to more complex scenarios.

In the first tutorial, we will create a simple pendulum model as a subclass of the `CoSimComponent` class, which represents the base class for all components in `syssimx`.

In the second tutorial, we will learn how to import and simulate Functional Mock-up Units (FMUs) using the `FMUComponent` class.

Finally, in the third tutorial, we will combine multiple components into a system using the `System` class and simulate their interactions.

.. toctree::
   :maxdepth: 1
   :numbered:

   01_simple_pendulum
   02_importing_fmus
   03_first_system
