NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
67 stars 35 forks source link

System structure modifier updates #407

Open nlaws-camus opened 1 year ago

nlaws-camus commented 1 year ago

The NetworkAnalyzer was using a method to set nominal voltages that said in its doc string:

warning:: Use set_nominal_voltages_recur instead.

So I have changed the NetworkAnalyzer to use set_nominal_voltages_recur.

Also some doc strings and formatting improvements. And removed a third method for setting nominal voltages that said:

warning:: DO NOT USE. Use set_nominal_voltages instead