LinkingConfig
A configuration for auto-completion of product systems.
Properties
providerLinking
Defines how default providers of linkable product inputs and waste outputs are handled.
- Type: ProviderLinking
- Proto-Index: 1
preferUnitProcesses
When there are multiple possible providers for linking product inputs or waste inputs, prefer unit processes when this property is set to true
, and system processes otherwise.
- Type:
boolean
(external doc) - Proto-Index: 2
cutoff
Applies a cutoff in the linking process. The cutoff is applied like the scaling factor in a sequential calculation. This only makes sense in a large mono-unit technosphere (e.g. input-output databases).
- Type:
optional
double
(external doc) - Proto-Index: 3
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 LinkingConfig:
cutoff: float
prefer_unit_processes: bool
provider_linking: ProviderLinking