pypsa.Network.controllable_branches

pypsa.Network.controllable_branches#

Network.controllable_branches() DataFrame#

Get controllable branches.

Controllable branches are Links.

!!! note

This method will return a merged copy of all controllable branches of the network. Changes to the returned DataFrame will not be reflected in the network.

Examples

>>> n.controllable_branches() 
                                active  build_year  ... type up_time_before
    Link                                   ...
Link Norwich Converter    True           0  ...                   1
    Norway Converter     True           0  ...                   1
...

See also

[pypsa.Network.branches][] [pypsa.Network.passive_branches][]