Skip to content

Commit 6ca95ac

Browse files
committed
adjust missing entry
1 parent 66b6ad6 commit 6ca95ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/ie3/datamodel/models/input/connector/type/Transformer2WTypeInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Transformer2WTypeInput extends AssetTypeInput {
1818
private final ComparableQuantity<ElectricResistance> rSc;
1919
/** Short circuit reactance (typically in Ohm) */
2020
private final ComparableQuantity<ElectricResistance> xSc;
21-
/** Rated apparent power (typically in MVA) */
21+
/** Rated apparent power (typically in kVA) */
2222
private final ComparableQuantity<Power> sRated;
2323
/** Rated voltage of the high voltage winding (typically in kV) */
2424
private final ComparableQuantity<ElectricPotential> vRatedA;

0 commit comments

Comments
 (0)