5.2.1.3. gemini_framework.abstract.unit_abstract
Abstract unit interface for framework plants.
Classes
|
Abstract base class for plant units. |
- class gemini_framework.abstract.unit_abstract.UnitAbstract(unit_id, unit_name, plant)[source]
Bases:
ABCAbstract base class for plant units.
Initialize unit object.
- Parameters:
unit_id (str) – The unique identifier of the unit.
unit_name (str) – The name of the unit.
plant (object) – The plant.
- set_parameters(parameters)[source]
Set unit parameters.
- Parameters:
parameters (dict) – dict of parameters property.