RoseauTechnologies / Roseau_Load_Flow

A powerful multi-phase load flow solver, by Roseau Technologies
https://roseau-load-flow.roseautechnologies.com
BSD 3-Clause "New" or "Revised" License
57 stars 0 forks source link

Modify the voltage limits of buses #280

Closed benoit9126 closed 2 weeks ago

benoit9126 commented 3 weeks ago

Close #278

The Bus constructor now accepts a nominal voltage (phase-to-phase, in V), a min_voltage_level (without unit) and a max_voltage_level (without unit). These arguments replace min_voltage and max_voltage. The Bus class now have some additional properties:

The file format also changed to take into account these changes. If a min_voltage or max_voltage existed in a file of a previous version, they are lost when upgrading the file.