You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
annotation(Documentation(info = "<html><p>In this model, a transmission line circuit is implemented by equations. Transmission line circuit is represented as in the figure below. The application is the same as the TransmissionLineModelica model.</p><p><img src=\"modelica://ScalableTestSuite/Resources/Images/TransmissionLine/TransmissionLineModelica.png\"/></p><p>Considering the nodes of the discrete transmission line(implemented in Electrical.Models.TransmissionLine), circuit equations are described. In the transmission line, there are N segments, therefore, there will be N+1 nodes and N+1 voltage and current variables.</p><p><img src=\"modelica://ScalableTestSuite/Resources/Images/TransmissionLine/tlmequation.png\"/></p><p>where j= 2,..,N and Rx is the resistance per meter, Cx is the capacitance per meter and Lx is the inductance per meter.</p><p>output voltage is described as:</p><p><img src=\"modelica://ScalableTestSuite/Resources/Images/TransmissionLine/tlmequation1.png\"/></p><p>Moreover, considering the form of the second order low pass filter, equation of the filter to a step input can be defined in the following way:</p><p><img src=\"modelica://ScalableTestSuite/Resources/Images/TransmissionLine/tlmequation2.png\"/></p><p>where Vstep is the step voltage and v1is the output voltage of the filter. The parameters of the TransmissionLineEquations are:</p><table border=\"1\" cellspacing=\"0\" cellpadding=\"2\">
114
116
<tr>
@@ -267,15 +269,15 @@ package TransmissionLine "Models of transmission lines"
267
269
<th>Parameters</th>
268
270
<th>Comment</th>
269
271
</tr>
270
-
<tr>
272
+
<tr>
271
273
<td valign=\"top\">N</td>
272
274
<td valign=\"top\">number of segments</td>
273
275
</tr>
274
-
<tr>
276
+
<tr>
275
277
<td valign=\"top\">L</td>
276
278
<td valign=\"top\">length of the transmission line</td>
277
279
</tr>
278
-
<tr>
280
+
<tr>
279
281
<td valign=\"top\">res</td>
280
282
<td valign=\"top\">resistance per meter</td>
281
283
</tr>
@@ -287,24 +289,24 @@ package TransmissionLine "Models of transmission lines"
287
289
<td valign=\"top\">ind</td>
288
290
<td valign=\"top\">inductance per meter</td>
289
291
</tr>
290
-
<tr>
292
+
<tr>
291
293
<td valign=\"top\">RL</td>
292
294
<td valign=\"top\">load resistance</td>
293
295
</tr>
294
-
<tr>
296
+
<tr>
295
297
<td valign=\"top\">w</td>
296
298
<td valign=\"top\">cut-off frequency</td>
297
299
</tr>
298
-
<tr>
300
+
<tr>
299
301
<td valign=\"top\">TD</td>
300
302
<td valign=\"top\">time delay of the transmission line</td>
0 commit comments