WOLFRAM SYSTEM MODELER

TLine2

Lossless transmission line with characteristic impedance Z0, frequency F and normalized length NL

Wolfram Language

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

Information

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

Lossless transmission line with characteristic impedance Z0, frequency F and normalized length NL The lossless transmission line TLine2 is a two Port. Both port branches consist of a resistor with the value of the characteristic impedance Z0 and a controlled voltage source that takes into consideration the transmission delay. For further details see [Branin1967]. Resistance R' and conductance C' per meter are assumed to be zero. The characteristic impedance Z0 can be derived from inductance and capacitance per length (L' resp. C'), i. e. Z0 = sqrt(L'/C'). The normalized length NL is equal to the length of the line divided by the wavelength corresponding to the frequency F, i. e. the transmission delay TD is the quotient of NL and F.

References: [Branin1967], [Hoefer1985]

Parameters (3)

Z0

Value:

Type: Resistance (Ω)

Description: Characteristic impedance

F

Value:

Type: Frequency (Hz)

Description: Frequency

NL

Value:

Type: Real

Description: Normalized length

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