WOLFRAM SYSTEM MODELER

TLine1

Lossless transmission line with characteristic impedance Z0 and transmission delay TD

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Lines.TLine1"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Lossless transmission line with characteristic impedance Z0 and transmission delay TD The lossless transmission line TLine1 is a two Port. Both port branches consist of a resistor with characteristic impedance Z0 and a controlled voltage source that takes into consideration the transmission delay TD. For further details see [Branin1967]. The model parameters can be derived from inductance and capacitance per length (L' resp. C'), i. e. Z0 = sqrt(L'/C') and TD = sqrt(L'*C')*length_of_line. Resistance R' and conductance C' per meter are assumed to be zero.

References: [Branin1967], [Hoefer1985]

Parameters (2)

Z0

Value:

Type: Resistance (Ω)

Description: Characteristic impedance

TD

Value:

Type: Time (s)

Description: Transmission delay

Connectors (4)

p1

Type: PositivePin

Description: Positive electrical pin of port 1

n1

Type: NegativePin

Description: Negative electrical pin of port 1

p2

Type: PositivePin

Description: Positive electrical pin of port 2

n2

Type: NegativePin

Description: Negative electrical pin of port 2

Revisions

  • 1998 by Joachim Haase
    initially implemented