Main Content

layout

Plot all metal layers and board shape

Since R2021b

Description

example

layout(rfpcbobject) displays all the metal layers and the PCB shape in the figure window. The red filled circle correspond to PCB feed points and the blue filled circles correspond to vias.

Examples

collapse all

Display the layout of a ratrace coupler.

coupler = couplerRatrace;
show(coupler)

layout(coupler)

Input Arguments

collapse all

PCB component, specified as an object handle. For complete list of PCB components and shapes, see PCB Components Catalog

Version History

Introduced in R2021b

See Also

|