Forum Post: RE: Skill languag(beginner level)
Hi Ayushi, The subst() function is for one destructive which means it leaves the original list (f in your example) untouched. Other than that it expects three arguments but you call it with fours args....
View ArticleForum Post: RE: string evaluation in a long text
You can use rexCompile and rexReplace to meet your requirement. For Example : we have a= "blabla{a+b}{c}tada{d}" then rexCompile( "{[a-zA-Z0-9\\+]*}" ) => t rexReplace( a "(*)" 0) =>...
View ArticleForum Post: RE: Skill languag(beginner level)
Ok, Actually i have used 3 arguments above in the subst() function. Yes, i want to change the text of labels in the layout with the help of script. And I want the text of the label to changed which...
View ArticleForum Post: RE: Setting DC impedance for nets
Thank you very much, David! I shall try it out.
View ArticleForum Post: (getCallingFunction) in SKILL++
Hi, I would like to define enhanced info , warn , error functions so the name of the calling function is printed at the beginning of the message: Here is what I've done for info : (same with warn and...
View ArticleForum Post: RE: How to change a layer in layermap file when stream in
I am not sure what you mean, The layermap is a text file with explicit translations between GDS layer and how they are understood by cadence in your layout. In your case, you have: met1 drawing 74 0 So...
View ArticleForum Post: RE: (getCallingFunction) in SKILL++
Hi, This behaviour is not reproducible for me - I'am always getting name of the calling function. Other that that - why do you redefine the functions in SKILL++ - since plain SKILL and SKILL++ share...
View ArticleForum Post: [Capture CIS] Preview 3D model for database parts + more...
Hello Under Place Database Part in Capture CIS, Is there any way we can get a 3D preview of those parts which has a step attached to their footprint? If not, is there any way to get a more detailed...
View ArticleForum Post: OrCad PCB Editor File Extensions - a definitive list *please*
In the process of creating footprints, board layouts, format symbols and the like, OrCAD PCB editor creates a plethora of files and some sub-folders. We have a repository and want to save out ONLY the...
View ArticleForum Post: Solid Wood Dining Table Set Uk
Absolutely gorgeous Solid Wood dining tables . Have a look at the Facebook page called Solid Wood Furniture ------------------------ solidwooddiningtable (.) co (.) uk
View ArticleForum Post: RE: (getCallingFunction) in SKILL++
Ok thanks, I don't know exactly where I am corrupting my call stack because in a clean setup I don't have this issue but when I autoload my SKILL files it still happen It works fine in IC 6.1.8 though...
View ArticleForum Post: RE: string evaluation in a long text
thanks VPrasad, I could be not clear first hand. I'm looking to evaluate the expression within { } and replace them by the result, so not purely replace by fixed pattern. i.e., if a=1 and b=2, then I...
View ArticleForum Post: rodCreateRect subRectArray loop
I am creating a stdcell pcell base layer cell and I am using the rodCreateRect function. Is it possible to create a loop for the subRectArray so I can create a double or triple high stdcell without...
View ArticleForum Post: RE: OrCad PCB Editor File Extensions - a definitive list *please*
.brd - board file .mdd - place replicate module file .dra and .psm - package symbol .dra and .bsm - Mechanical symbol .dra and .osm - format symbol .dra and ssm - shape symbol. .dra and fsm - flash...
View ArticleForum Post: RE: OrCad PCB Editor File Extensions - a definitive list *please*
Fantastic! Some of these I figured. Some were a surprise..
View ArticleForum Post: RE: OrCad PCB Editor File Extensions - a definitive list *please*
On the same topic - is there any way to configure OrCAD PCB and Capture to store all auto generated files in a sub directory?
View ArticleForum Post: RE: OrCad PCB Editor File Extensions - a definitive list *please*
For PCB Look at Setup - User Preferences - File_management - output_dir. For Capture you can drive the netlist file location (when you create the netlist, the same for BOM genertaion and DRC checking...
View ArticleForum Post: RE: [Capture CIS] Preview 3D model for database parts + more...
One of the Cadence Channel Partners (CB Distribution) has created a tcl app that will allow you to see the 3D step model of a footprint. Put the attached file into...
View ArticleForum Post: RE: OrCad PCB Editor File Extensions - a definitive list *please*
All right, those files are already sorted, and by editing the User Preferences we can keep a lot of the config files in a single shared folder on our server, like the visibility theme and the artwork...
View ArticleForum Post: RE: [Capture CIS] Preview 3D model for database parts + more...
Nice! I can't see any attachments, though :-) We'll talk with our channel partner for the rest.
View Article