pcbcascade
Syntax
Description
creates a new component by using a cascade operation along port 2 of the first
component and port 1 of the second component.combinedcomponent
= pcbcascade(component1
,component2
)
combinedcomponent = pcbcascade(
creates a new component by using a cascade operation along port
m of the first component and port n of
the second component.component1
,component2
,m
,n
)
Note
pcbcascade
only supports: 2-metal layer PCB components, feeds specified at the edge of components, and identical substrate properties in both components.If either of the components is an antenna, the new component that the object creates is a
pcbStack
object.To use
pcbStack
object you require Antenna Toolbox™.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b