We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f2219 + 54c07f2 commit 7e2ba44Copy full SHA for 7e2ba44
1 file changed
Modelica/Electrical/Analog/Ideal/IdealTransformer.mo
@@ -3,7 +3,7 @@ model IdealTransformer "Ideal transformer core with or without magnetization"
3
extends Modelica.Electrical.Analog.Interfaces.TwoPort;
4
parameter Real n(start=1) "Turns ratio primary:secondary voltage";
5
parameter Boolean considerMagnetization=false
6
- "Choice of considering magnetization";
+ "Choice of considering magnetization" annotation(Evaluate = true);
7
parameter SI.Inductance Lm1(start=1)
8
"Magnetization inductance w.r.t. primary side"
9
annotation (Dialog(enable=considerMagnetization));
0 commit comments