pypsa.Network.pnl#
- Network.pnl(component_name: str) Dict #
Alias for [n.dynamic][pypsa.Network.dynamic].
Deprecation#
Deprecated in [:material-tag-outline: v1.0](/release-notes/#v1.0.0) and will be removed in v2.0:
Use the [Components Class][pypsa.Components] to access components attributes. As a drop in replacement you can use either [n.components[<component>].dynamic][pypsa.Components.dynamic] or n.components.<component>.dynamic. You can also use the alias [ n.c][pypsa.Network.c] for [n.components][pypsa.Network.components].
- param component_name:
Name of the component.
- type component_name:
string
- returns:
Dynamic data of the component.
- rtype:
dict of pandas.DataFrame