• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. How Can I use skill make_axlPadStackPad to create a Rounded...

Stats

  • State Suggested Answer
  • Replies 1
  • Answers 1
  • Subscribers 159
  • Views 1777
  • Members are here 0
More Content

How Can I use skill make_axlPadStackPad to create a Rounded Rectangle pad

CM202502059246
CM202502059246 7 months ago

;TOP PAD pad_list = cons(make_axlPadStackPad(?layer "TOP" ?type 'REGULAR ?figure figure ?figureSize (100:10)) nil ) ;SOLDERMASK_TOP PAD pad_list = cons(make_axlPadStackPad(?layer "SOLDERMASK_TOP" ?type 'REGULAR ?figure figure ?figureSize (104):(14)) pad_list ) ;PASTEMASK_TOP PAD pad_list = cons(make_axlPadStackPad(?layer "PASTEMASK_TOP" ?type 'REGULAR ?figure figure ?figureSize (100:10)) pad_list ) axlDBCreatePadStack("TEST_PAD" nil pad_list t)

I know ?figure figure  setup -> 

Circle is 'CIRCLE

Oblong is 'OBLONG_X

Rectangle is 'RECTANGLE

But I don't know how to make Rounded Rectangle and how can I use it

  • Sign in to reply
  • Cancel
Parents
  • CM202502059246
    0 CM202502059246 6 months ago

    ok I found the answer

    Rounded Rectangle is 'ROUNDED_RECTANGLE

    ttW = 100

    ttH = 20

    corners = "UR-LR"

    figure = 'ROUNDED_RECTANGLE

    ;TOP Pad

    pad_list = cons(make_axlPadStackPad(

    ?layer "TOP"

    ?type 'REGULAR
    ?figure figure

    ?figureSize (ttW:ttH)

    ?corners corners

    ?radius ttH/2 )

    nil
    )

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • CM202502059246
    0 CM202502059246 6 months ago

    ok I found the answer

    Rounded Rectangle is 'ROUNDED_RECTANGLE

    ttW = 100

    ttH = 20

    corners = "UR-LR"

    figure = 'ROUNDED_RECTANGLE

    ;TOP Pad

    pad_list = cons(make_axlPadStackPad(

    ?layer "TOP"

    ?type 'REGULAR
    ?figure figure

    ?figureSize (ttW:ttH)

    ?corners corners

    ?radius ttH/2 )

    nil
    )

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information