EpdModule
The results of an EPD are typically structured in modules.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
multiplier
Scales the linked result to the required amount for this module.
- Type:
double
(external doc) - Proto-Index: 2
name
The name or identifier of the module, like A1
.
- Type:
string
(external doc) - Proto-Index: 3
result
A reference to the module's result. Note that results are stand-alone entities and that the same result could be referenced from different modules. Also, results can be directly linked in product systems.
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class EpdModule:
multiplier: float
name: str
result: Ref