Main Content
splitRing
Description
Use the splitRing
object to create a split-ring shape centered at
the origin on the X-Y plane.
Creation
Description
splitringshape = splitRing
creates a split-ring shape centered
at the origin and on the X-Y plane.
splitringshape = splitRing(Name=Value)
sets Properties using one or more
name-value arguments. For example, splitRing(ReferencePoint=[1 1])
creates a split ring shape at the reference point [1 1]
. Properties
not specified retain their default values.
The table below is a guide to using appropriate Properties with different
splitRing
shape types and number of rings.
Property | NumRings = 2 | NumRings ≠2 | Type = 'Circle' | Type is polygon |
Name | ● | ● | ● | ● |
Type | ● | ● | ● | ● |
ReferencePoint | ● | ● | ● | ● |
NumRings | ● | ● | ● | |
SideLength | ● | ● | ||
RingDiameter | ● | ● | ||
RingDiameterInner | ● | ● | ||
RingDiameterOuter | ● | ● | ||
SideLengthInner | ● | ● | ||
SideLengthOuter | ● | ● | ||
TraceWidth | ● | ● | ● | ● |
SplitAngle | ● | ● | ● | |
SplitSide | ● | ● | ● | |
SplitGap | ● | ● | ● | ● |
Properties
Object Functions
add | Boolean unite operation on two RF PCB shapes |
and | Shape1 & Shape2 for RF PCB shapes |
area | Calculate area of RF PCB shape in square meters |
intersect | Boolean intersection operation on two RF PCB shapes |
mesh | Change and view mesh properties of metal or dielectric in PCB component |
minus | Shape1 - Shape2 for RF PCB shapes |
mirrorX | Mirror shape along X-axis |
mirrorY | Mirror shape along Y-axis |
plus | Shape1 + Shape2 for RF PCB shapes |
rotate | Rotate RF PCB shape about defined axis |
rotateX | Rotate RF PCB shape about x-axis |
rotateY | Rotate RF PCB shape about y-axis and angle |
rotateZ | Rotate RF PCB shape about z-axis |
subtract | Boolean subtraction operation on two RF PCB shapes |
scale | Change size of RF PCB shape by fixed amount |
show | Display PCB component structure or PCB shape |
translate | Move RF PCB shape to new location |
Examples
Version History
Introduced in R2023a
See Also
ringAnnular
| ringSquare
| radial
| delta