network¶
Provides functionality for handling a request format network_links.
-
class
data_formats.request_format.network.Network_links(network_links_request: dict, capacity_link: dict)[source]¶ A wrapper for a request format Network_links.
-
end_id¶ return end node id
-
length¶ return the length of the link
-
link_capacity¶ return the capacity of the connection
-
link_cost¶ return the cost of the connection
-
link_id¶ return network link id
-
link_reactance¶ return the reactance across the connection
-
link_type¶ return the type of the connection
-
start_id¶ return start node id
-
total_pressure_loss¶ return the pressure loss of the connection
-
total_thermal_loss¶ return the thermal loss of the connection
-