NREL-Sienna/PowerSimulationsDynamics.jl

Update on documents BranchTrip( )

mkaracelebi opened this issue · 2 comments

In the documents BranchTrip( ) has 3 different inputs (time, type, name) but in the latest version it produces a MethodError and source code indicates 2 inputs only (time, name).

@mkaracelebi can you confirm which version are you using? The current syntax for a branch trip is as in the documentation BranchTrip(1.0, Line, "BUS 1-BUS 2-i_1"),

if you do

julia> ] st 

and paste the info it will be easier to help you.

Version problem, now solved.