coplanarWaveguide
Description
Use the coplanarWaveguide
object to create a coplanar waveguide
transmission line. A Coplanar waveguide is a common type of transmission line used in any PCB
implementation of RF and microwave components. A coplanar waveguide transmission line has a
center conductor strip and two ground planes. One ground plane is the layer that acts as the
conductor strip and the other ground plane is the bottom layer.
Note
This PCB object supports behavioral modeling. For more information, see Behavioral Models. To analyze the behavioral
model for a coplanar waveguide, set the Behavioral
property in the
sparameters
function to true or 1
Creation
Description
cpgw = coplanarWaveguide
creates a default coplanar waveguide
transmission line with a Teflon substrate and default property values for a 50 ohm
transmission line.
cpgw = coplanarWaveguide(
sets
Properties using one or more
name-value arguments. For example, Name=Value
)coplanarWaveguide(Width=0.0047)
creates a coplanar waveguide transmission line of width 0.0047 meters. Properties not
specified retain their default values.
Properties
Object Functions
charge | Calculate and plot charge distribution |
current | Calculate and plot current distribution |
design | Design coplanar waveguide transmission line around particular frequency |
feedCurrent | Calculate current at feed port |
getZ0 | Calculate characteristic impedance of transmission line |
mesh | Change and view mesh properties of metal or dielectric in PCB component |
shapes | Extract all metal layer shapes of PCB component |
show | Display PCB component structure or PCB shape |
sparameters | Calculate S-parameters for RF PCB objects |
RFConnector | Create RF connector |
Examples
References
[1] Pozar, David M. Microwave Engineering. 4th ed. Hoboken, NJ: Wiley, 2012.