Changed max Q to 3000

pull/2/head
miguel 2021-09-23 20:21:22 +10:00
rodzic def0778128
commit 7ac5ec873d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -122,7 +122,7 @@
<br> <br>
<b><u>Change history:</u></b><br> <b><u>Change history:</u></b><br>
<b>[23-Sep-21]</b> <br> <b>[23-Sep-21]</b> <br>
* Changed Q equation back to the original Xl/Rtot.<br> * Changed Q equation back to the original Xl/Rtot. Changed max Q to 3000.<br>
* Introduced a new slider "Re" to inject external losses to account for the combined losses due to capacitor contact resistance and ground losses.<br> * Introduced a new slider "Re" to inject external losses to account for the combined losses due to capacitor contact resistance and ground losses.<br>
* Renamed R-loss to R-loop to avoid confusion, as loop resistance is no longer the only resistance that contributes to losses. The other being Re.<br> * Renamed R-loss to R-loop to avoid confusion, as loop resistance is no longer the only resistance that contributes to losses. The other being Re.<br>
* Changed to V6 to capture the significant changes. * Changed to V6 to capture the significant changes.
@ -1608,7 +1608,7 @@
}, },
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
max: 1800.0, max: 3000.0,
}, },
position: 'right', position: 'right',
id: 'qID' id: 'qID'