File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,7 @@ annotation (Placement(transformation(
944
944
Documentation(
945
945
info="<html>
946
946
<p><b>Structurally incomplete model</b>. Use only as component within appropriate complete model.<br>
947
- Regularised version of Y_Delta. To be used, if device is fed accross an inductive component implying a differentiable current.</p>
947
+ Regularised version of Y_Delta. To be used, if device is fed across an inductive component implying a differentiable current.</p>
948
948
<p>More info see Topology.Y and Topology.Delta.</p>
949
949
</html>
950
950
" ),
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ Should be modified (domains with boundaries).</p>
459
459
extends PowerSystems.Basic.Icons.Function;
460
460
461
461
input Real t "relative time" ;
462
- input Real t_char "charcteristic time" ;
462
+ input Real t_char "characteristic time" ;
463
463
input Real beta(min = 2 ) "power of exponent" ;
464
464
output Real [2 ] y "relaxation function {decreasing, increasing}" ;
465
465
protected
@@ -508,7 +508,7 @@ i.e. for negative t y takes its asymptotic values.</p>
508
508
</html>" ));
509
509
end taylor;
510
510
511
- function sign_gtlt "Charcteristic function abs(x)>b"
511
+ function sign_gtlt "Characteristic function abs(x)>b"
512
512
extends PowerSystems.Basic.Icons.Function;
513
513
514
514
input Real [:] x "argument" ;
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ package Types
166
166
"<html>
167
167
<p><pre>
168
168
sys: source has system frequency
169
- par: system or source has paramter frequency
169
+ par: system or source has parameter frequency
170
170
sig: system or source has signal frequency
171
171
ave: system has averaged frequency (over involved generators)
172
172
</pre></p>
You can’t perform that action at this time.
0 commit comments