TechFlow
A technosphere flow. These are flows that can be linked to product inputs are waste outputs. A technosphere flow has a provider, which can be a Process
, ProductSystem
, or Result
.
Properties
provider
The reference to the provider of the flow.
- Type: Ref
- Proto-Index: 2
flow
The reference to the flow.
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 TechFlow:
flow: Ref
provider: Ref