Skip to content
Snippets Groups Projects
Commit 317e15f8 authored by Julian Stürmer's avatar Julian Stürmer
Browse files

Add description of add_tl_voltages!

parent 6b1be914
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ end
#*------------------------------------------------------------------------------
#=
Determines voltage levels of transmission lines and adds them to the NDD.
=#
function add_tl_voltages!(network_data::Dict{String,<:Any})
voltages = Dict{String,Any}(
"baseMVA" => 100.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment