skrf.media.mline.MLine¶
- class skrf.media.mline.MLine(frequency=None, z0=None, w=3, h=1.6, t=None, ep_r=4.5, mu_r=1, diel='djordjevicsvensson', rho=1.68e-08, tand=0, rough=1.5e-07, disp='kirschningjansen', f_low=1000.0, f_high=1000000000000.0, f_epr_tand=1000000000.0, *args, **kwargs)[source]¶
Microstripline class
This class was made from the technical documentation 1 provided by the qucs project 2 . The variables and properties of this class are coincident with their derivations.
In addition, Djordjevic 3 /Svensson 4 wideband debye dielectric model is considered to provide more realistic modelling of broadband microstrip as well as causal time domain response.
Quasi-static characteristic impedance models:
Kirschning and Jansen
Hammerstad and Jensen
None
Quasi-static effective dielectric constant models:
Kirschning and Jansen
Hammerstad and Jensen
Yamashita
Kobayashi
None
Strip thickness correction model:
Hammerstad and Jensen, add a certain amount to W if T > 0.
In the case another model is used for effective dielectric constant, Hammerstad and Jensen method is used for the impedance.
- Parameters
frequency (
Frequencyobject) – frequency band of the mediaz0 (number, array-like, or None) – the port impedance for media. Only needed if its different from the characteristic impedance of the transmission
w (number, or array-like) – width of conductor, in m.
h (number, or array-like) – height of substrate between ground plane and conductor, in m.
t (number, or array-like or None, optional) – conductor thickness, in m. Default is None.
ep_r (number, or array-like) – relative permittivity of dielectric at frequency f_epr_tand
mu_r (number, or array-like) – relative permeability of dielectric (assumed frequency invariant)
diel (str) – dielectric dispersion model: ‘djordjevicsvensson’ or ‘frequencyinvariant’.
rho (number, or array-like, optional) – resistivity of conductor (None)
tand (number, or array-like) – dielectric loss factor at frequency f_epr_tand
rough (number, or array-like) – RMS roughness of conductor in m.
disp (str) –
microstripline dispersion model in:
’kirschningjansen’
’hammerstadjensen’
’yamashita’
’kobayashi’
None
f_low (number, or array-like) – lower frequency for wideband Debye Djordjevic/Svensson dielectric model
f_high (number, or array-like) – higher frequency for wideband Debye Djordjevic/Svensson dielectric model
f_epr_tand (number, or array-like) – measurement frequency for ep_r and tand of dielectric
References
- 1
- 2
- 3
C. Svensson, G.E. Dermer, Time domain modeling of lossy interconnects, IEEE Trans. on Advanced Packaging, May 2001, N2, Vol. 24, pp.191-196.
- 4
Djordjevic, R.M. Biljic, V.D. Likar-Smiljanic, T.K. Sarkar, Wideband frequency-domain characterization of FR-4 and time-domain causality, IEEE Trans. on EMC, vol. 43, N4, 2001, p. 662-667.
Attributes
intermediary parameter. |
|
Quasistatic characteristic impedance. |
|
Frequency dependent characteristic impedance. |
|
Real (attenuation) component of gamma. |
|
Losses due to conductor resistivity. |
|
Losses due to dielectric. |
|
Imaginary (propagating) component of gamma. |
|
Phase parameter. |
|
Intermediary parameter. |
|
Intermediary parameter. |
|
Frequency dependent relative permittivity of dielectric. |
|
Quasistatic effective relative permittivity of dielectric, accounting for the filling factor between air and substrate. |
|
Frequency dependent effective relative permittivity of dielectric, accounting for microstripline dispersion. |
|
Propagation constant. |
|
Number of points of the frequency axis. |
|
Frequency dependent dielectric loss tangent. |
|
Complex group velocity (in m/s). |
|
Complex phase velocity (in m/s). |
|
Characteristic Impedance. |
Methods
Ideal matched attenuator of a given length. |
|
Capacitor. |
|
Copy of this Media object. |
|
Delayed load. |
|
Delayed open transmission line. |
|
Delayed Short. |
|
Calculate the complex electrical length for a given distance. |
|
Determines physical distance from a transmission or reflection Network. |
|
Two-port network for an impedance mismatch. |
|
Inductor. |
|
Two-port isolator. |
|
Transmission line of a given length and impedance. |
|
Load of given reflection coefficient. |
|
Lossless, symmetric mismatch defined by its return loss. |
|
Perfect matched load (\(\Gamma_0 = 0\)). |
|
Create another mode in this medium. |
|
Open (\(\Gamma_0 = 1\)). |
|
Complex random network. |
|
Resistor. |
|
Short (\(\Gamma_0 = -1\)) |
|
Shunts a |
|
Shunted capacitor. |
|
Shunted delayed load. |
|
Shunted delayed open. |
|
Shunted delayed short. |
|
Shunted inductor. |
|
Ideal, lossless n-way splitter. |
|
Ideal, lossless tee. |
|
Convert electrical length to physical distance. |
|
Matched transmission line of length 0. |
|
Translate various units of distance into meters. |
|
Complex zero-mean gaussian white-noise network. |
|
write this media’s frequency, gamma, Z0, and z0 to a csv file. |