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™.
pcbcascade(component1,component2,'Interactive',true)
opens a graphical user interface that allows the user to:
Interactively select and/or re-select which ports to cascade
Preview the cascade before finalizing the design
Name and save the design as a PCB Component
('RectangularBoard',true); (RectangularBoard',false)
allows the user to create a rectangular BoardShape
when set
to logical true
. By default
RectangularBoard
is true.
('GroundFloodFill',true); ('GroundFloodFill',false)
allows the user to create a rectangular GroundShape
when set
to logical true
. By default
GroundFloodFill
is true.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b