Quantcast
Channel: Cadence Community
Viewing all articles
Browse latest Browse all 3331

Using Skill to create a Padstack with a Thermal subclass that has geometry set to "Flash"

$
0
0

Hi all,

 Trying to pick up Skill here on my own and I'm having a bit of difficulty trying to get a specific part of my code to work. I am writing a Skill program that will be able to automatically generate a padstack based off of a naming scheme. I have most of it figured out but I cannot get the code to work for instances where I want a plated through hole pad that has a thermal subclass on the default internal layer that has a geometry of "Flash". I am attempting to set it using the ?figure parameter but that only recognizes Circle, Square, Oblong, Rectangle, Null, and Octagon as valid inputs but not Flash (even though Flash is a valid choice in that dropdown menu in the Allegro Padstack Editor. I'm using Allegro 16.6 and I've included the line in question with the section I'm speaking of bolded. Any advice is appreciated.

; This would work, but is not what I need. 

 pad_list = cons(make_axlPadStackPad(?layer "DEFAULT INTERNAL", ?type 'THERMAL, ?flash "Th391x371x92", ?figure 'OCTAGON, ?figureSize 80:80) pad_list)

 

; This won't work, but is what I'm trying to accomplish 

 pad_list = cons(make_axlPadStackPad(?layer "DEFAULT INTERNAL", ?type 'THERMAL, ?flash "Th391x371x92", ?figure 'FLASH, ?figureSize 80:80) pad_list)

 

Thanks,

 

Will 


Viewing all articles
Browse latest Browse all 3331

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>