pull/2/head
miguel 2021-11-08 12:12:06 +11:00
rodzic 0afe151e9d
commit b36362e706
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1043,7 +1043,7 @@
}
this.I_wire = function (frequency, voltage) {
const Rac = this.getWireResistance(frequency);
const Rac = this.getWireResistance(frequency, this.cond_diameter_meters * 0.5);
return (voltage / Rac);
}