• 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. creat pin arrey by skill functions

Stats

  • Replies 4
  • Subscribers 160
  • Views 13064
  • Members are here 0
More Content

creat pin arrey by skill functions

malih
malih over 16 years ago

Have any skill functions can help me creat pin arrey?

Please help me.

Thank 

mali 

  • Sign in to reply
  • Cancel
  • kerchunk
    kerchunk over 16 years ago

     skill funkions yes can pin arrey make you for. Documentation read you must, grep use axlDBCreatPin in 4each loop for arrey make to.

     

    Happy New Year,

     

    Chris Walters

    local Cadence guru

    ()

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • malih
    malih over 16 years ago

    I read documentations but i have a problam in use axlDBCreatPin

    for example: I will look value of i for number instead of text i 

    x=0

    y=0

    i=1

    myPin= make_axlPintext(? number "i", ? offset 0:0, ? text mytext)

    for (i 1 7

        y=y-100

        axlDBCreatPin("Pin1" , x:y, mypin)

        )

    Happy New Year,

    thanks

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • fxffxf
    fxffxf over 16 years ago
    Two issues:
    1) need to create a textOrientation defstruct (myText)
    2) need to convert pin number (i) to a string using sprintf 
    x=0
    y=0

    myText = make_axlTextOrientation(
    ?textBlock "1" ?justify "center")
    myPin= make_axlPinText(?offset 0:0 ?text myText)

    for(i 1 7
    y=y-100
    sprintf(buf "%d" i)
    myPin->number = buf
    axlDBCreatePin("VIA" x:y myPin)
    )
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • malih
    malih over 16 years ago

    Thanks, that's what I am looking for :)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
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