couplings
couplings
Coupling configuration for interconnected scenarios.
Classes
Couplings
Bases: Base
Represents active and inactive couplings of a scenario.
Source code in src/pyetm/models/couplings.py
Functions
active_groups
inactive_groups
all_groups
from_json
classmethod
Create Couplings from JSON data.
Expected format: { "active_couplings": ["external_group1"], "inactive_couplings": ["external_group2"] }