You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (bus_no, ix) in bus_lookup
bus_name = temp_bus_map[bus_no]
bus = PSY.get_component(PSY.Bus, sys, bus_name)
bus_type[ix] = PSY.get_bustype(bus)
if bus_type[ix] == PSY.ACBusTypes.REF
bus_angles[ix] =0.0else
bus_angles[ix] = PSY.get_angle(bus)
end
bus_magnitude[ix] = PSY.get_magnitude(bus)
end
appears four times in PowerFlowData.jl. I'm sure there is more of this.
The text was updated successfully, but these errors were encountered:
The block:
appears four times in
PowerFlowData.jl
. I'm sure there is more of this.The text was updated successfully, but these errors were encountered: