We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b6ad6 commit 6ca95acCopy full SHA for 6ca95ac
src/main/java/edu/ie3/datamodel/models/input/connector/type/Transformer2WTypeInput.java
@@ -18,7 +18,7 @@ public class Transformer2WTypeInput extends AssetTypeInput {
18
private final ComparableQuantity<ElectricResistance> rSc;
19
/** Short circuit reactance (typically in Ohm) */
20
private final ComparableQuantity<ElectricResistance> xSc;
21
- /** Rated apparent power (typically in MVA) */
+ /** Rated apparent power (typically in kVA) */
22
private final ComparableQuantity<Power> sRated;
23
/** Rated voltage of the high voltage winding (typically in kV) */
24
private final ComparableQuantity<ElectricPotential> vRatedA;
0 commit comments