PCB Feeds
R2026bThis topic discusses PCB feed basics and the specific ways to set up feeds in a PCB stack.
Basic Feed Concepts
Feeds provide signal input and output interfaces to printed circuit boards (PCB). Feed ports on the PCB may be placed along a board edge, or within the interior of the board (away from any edge). Feeds can be implemented on single layer and multi-layer PCBs. From the feed port the signal will be routed internally within a PCB layer. In a multi-layer board the signal may also be routed between various layers through conductive vias.
There are two fundamental types of signal feeds, whether serving as an input or output port:
Single-ended (also called unbalanced) feed.
A single-ended feed consists of one signal line and a ground return. In a single-ended configuration the signal is measured between the signal trace and the ground return. The most common type of single-ended PCB feed is a microstrip line, that consists of a signal trace, usually on the top board layer, and a ground plane on a layer directly below the top layer.
Differential (also called balanced) feed.
A differential feed consists of two coplanar signal lines. An optional ground plane is included to control impedance and provide shielding. The signal is measured across the two signal lines, that are 180 degrees out of phase. A common differential configuration feed implementation is an edge-coupled differential stripline where two parallel lines share identical electrical and physical characteristics.
Differential feeds provide excellent immunity to external ingress of electromagnetic signals, including noise, because coupled external signals result in a common mode signal across the pair of lines that cancel out when measured across the pair. Differential feeds reduce unintentional radiation of internally generated signals because the external electromagnetic fields from the pair of lines cancel each other, resulting in EMI reduction, and improved signal integrity within the PCB.
Location-Defined Feeds
By default, feeds in a object only show locations of signal feed
ports. The type of feed at a port is automatically set up by the software based on
the geometry of the object. The feed details are not revealed. The advantage of
using location-based feeds is that you do not have to select the appropriate feed
type, and manually create the feed geometry. When using location-defined feeds, any
analysis of a PCB, such as S-parameters, employs the automatically created feed. To
use a default feed set the pcbStackFeedFormat property to
"FeedLocations" in the pcbStack object.
Note
When starting with an antenna catalog object you
must first convert the object to a PCB stack object by entering pcb
= pcbStack(ant) in the command line, where
"ant" is the name of the catalog object.
User-Defined Feeds
The other way to work with feeds is to manually create feeds using available feed
definition objects within the object .The advantage of this method is
that you can manually select the feed type and control its detailed geometry.
Experience with PCB feed applications and geometry is recommended to efficiently use
this method. pcbStack
To create user-defined feeds:
The
FeedFormatproperty must be set to"FeedDefinition"in thepcbStackobject.Use the
FeedDefinitionsproperty to set the feed type in thepcbStackobject. There is a choice of six feed types that can be configured. The choice of which feed type to use depends on the application of the PCB antenna.Configure the chosen feed type from within the individual feed-type object.
For further details on creating user-defined PCB feeds, refer to individual feed-type reference pages.
This table shows typical applications for feed definitions supported in the
pcbStack object.
Feed Type and Applications
| Feed Type | Description | Applications |
|---|---|---|
| Defines a lumped feed across arbitrarily shaped finite gaps between multiple metal regions, enabling the specification of potential relationships among the conductors |
|
| Models a vertical conductive pin or via that excites the PCB by connecting a signal layer to a reference ground |
|
| Excites the structure from the edge of the PCB, typically representing a microstrip or stripline launch |
|
| Applies an idealized lumped excitation across an infinitesimally small gap between two conductors |
|
| Models a coaxial-style feed as a signal via excited across an annular antipad gap in a ground metal layer (higher-fidelity version of a probe feed) |
|
| Represents a lumped excitation across a physically finite gap between conductors for improved realism over delta‑gap feeds |
|
Arbitrary Finite Gap Feed
The is a type
of contact feed used for complex configurations that include multiple signals
and multiple grounds. The figure shows an exploded view of an arbitrary finite
gap feed. The captions correspond to the properties that you can set.ArbitraryFiniteGapFeed
Probe Feed
The is a type
of contact feed used for patch antennas, or where a vertical PCB feed
configuration is required. Feed point is placed anywhere in the antenna element,
which facilitates impedance matching. Figures show probe placement, and feed
properties. ProbeFeed
Edge Feed
The is a type
of contact feed used when an edge connection to a PCB layer is required. An edge
feed is used with either microstrip elements, or stripline elements with two
grounds.EdgeFeed
The figure shows an exploded view of an edge feed to a stripline element with two grounds. Captions in the figure correspond to the feed properties that you can set.
Delta Gap Feed
The is a type
of contact feed used for balanced structures, dipole antennas and lumped
loads.DeltaGapFeed
Captions in the figure show the properties that you can set.
Coaxial Feed
The is a type
of direct contact feed. It is similar to the probe feed, but provides higher
resolution. The figure shows an exploded view of a coaxial feed. Signal is fed
to the element layer using a via, which runs from the center conductor of a
coaxial cable to the via's pad. The via's antipad isolates the signal from
ground. Coaxial ground runs to the ground layer. Captions in the figure
correspond to feed properties that you can set. CoaxialFeed
The figure provides a detailed coaxial feed view.
Finite Gap Feed
The is a type
of contact feed used for coplanar feed applications. The figure shows a
single-gap configuration. The captions correspond to the properties that you can
set.FiniteGapFeed