StructuralInformation
Represents the structural information related to a PV kit installation.
Attributes:
Name | Type | Description |
---|---|---|
surface |
Surface
|
The surface where the PV kit is installed. |
is_portrait |
bool
|
Indicates if the modules are installed in portrait orientation. |
layouts |
list[Layout]
|
A list of layout configurations. |
from_dict(data)
classmethod
Creates an instance of StructuralInformation from a dictionary.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
data |
dict
|
A dictionary containing structural information. |
required |
Returns:
Name | Type | Description |
---|---|---|
StructuralInformation |
StructuralInformation
|
An instance of the StructuralInformation class. |