Main Content

layout

Plot all metal layers and board shape

Since R2021b

Description

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.

example

Examples

collapse all

Display the layout of a ratrace coupler.

coupler = couplerRatrace;
show(coupler)

Figure contains an axes object. The axes object with title couplerRatrace element, xlabel x (mm), ylabel y (mm) contains 8 objects of type patch, surface. These objects represent PEC, feed, Teflon.

layout(coupler)

Figure contains an axes object. The axes object with title couplerRatrace Layout, xlabel x (m), ylabel y (m) contains 8 objects of type line, text. One or more of the lines displays its values using only markers These objects represent Board Shape, Layer1, Layer3, Feed.

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

|