Source code for SimulationFramework.Elements.charge

from SimulationFramework.Framework_objects import frameworkElement


[docs] class charge(frameworkElement): """ Class defining a charge element. """ total: float | None = None """Bunch charge [C]"""