Source code for kappa_sdk.kw_module_enum

from enum import Enum


[docs] class KWModuleEnum(Enum): """ KW Module type enumeration. An enumeration of the KW Modules (e.g. Saphir, Topaze). """ saphir = "Saphir" """ The Saphir module. Represents the Saphir well testing and analysis module. """ topaze = "Topaze" """ The Topaze module. Represents the Topaze production analysis module. """ rubis = "Rubis" """ The Rubis module. Represents the Rubis reservoir engineering module. """