pypowsybl.network.Network.get_sub_network

Network.get_sub_network(sub_network_id)[source]

Get a sub network from its parent network.

Parameters:

sub_network_id (str) – the id of the sub network

Returns:

The sub network.

Return type:

Network