ModusaGenerator

class modusa.generators.base.ModusaGenerator[source]

Bases: ABC

Base class for any type of signal generators for modusa framework.

Note

  • This class is intended to be subclassed by any Generator related tools built for the modusa framework.

  • In order to create a generator tool, you can use modusa-dev CLI to generate an generator template.

  • It is recommended to treat subclasses of ModusaGenerator as namespaces and define @staticmethods with control parameters, rather than using instance-level __init__ methods.