skrf.media.cpw.CPW¶
- class skrf.media.cpw.CPW(frequency=None, z0=None, w=70, s=4, ep_r=3, t=None, rho=None, *args, **kwargs)[source]¶
A Coplanar Waveguide.
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.
- Parameters
frequency (
Frequencyobject, optional) – frequency band of the media. The default is None.z0 (number, array-like, optional) – the port impedance for media. The default is None. Only needed if its different from the characteristic impedance of the transmission.
w (number, or array-like, optional) – width of center conductor, in m. Default is 70.
s (number, or array-like) – width of gap, in m. Default is 4.
ep_r (number, or array-like, optional) – relative permativity of substrate. Default is 3.
t (number, or array-like, optional) – conductor thickness, in m. Default is None (metalization thickness neglected)
rho (number, or array-like, optional) – resistivity of conductor. Default is None
References
Attributes
Intermediary parameter. |
|
Characteristic impedance |
|
Real (attenuation) component of gamma. |
|
Losses due to conductor resistivity. |
|
Imaginary (propagating) component of gamma. |
|
Effective permittivity of the CPW (also known as Keff). |
|
Propagation constant. |
|
Intermediary parameter. |
|
Number of points of the frequency axis. |
|
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. |