Forum Post: RE: Syntax highlighting for SKILL in 'VS Code'
this is quite a cool feature. thanks for sharing. I was happy with notepad++ until now but I just gave your solution a try and I already love it.
View ArticleForum Post: RE: Need Help Exporting ODB++ from OrCAD 16.2 Layout – GW2ODB...
did you check this discussion: Layout to ODB++ Export I didn't export odb in a while but I used to download the executable from MG and then a command was available under file/export/odb++
View ArticleForum Post: RE: Creating Parts
Your 17.4 Hot Fix S018 is too old. (This might be one reason). The latest one is S040. Can you migrate to 23.1, where this comes native? I no longer have a 17.4 installed and I am not sure if this...
View ArticleForum Post: RE: Creating Parts
Place > Search Providers is an option for me under the Place tab, but I need to create parts in my library. As I understand from the tutorials, that is done using Component Explorer which is...
View ArticleForum Post: RE: Python based scripting on Cadence SPB
Hi particlereddy ! Sure. It works me well. Regards, HoangKhoi.
View ArticleForum Post: RE: Syntax highlighting for SKILL in 'VS Code'
Thanks for sharing. This is fab. However I am unable to access the link ( https://code.visualstudio.com/ ) .. Is everyone else able to view?
View ArticleForum Post: RE: copying pins on symbols
Probably a methodogly thing. I would say the hover right click method including copy might be quite risky because of what you want to do especially if you did this by accident. Having to invoke the...
View ArticleForum Post: RE: Syntax highlighting for SKILL in 'VS Code'
Hi! Yes, I just checked the link and it is functional.I'm trying to upload a screenshot but it seems like we're experiencing a technical issue. However, I can confirm to you that the link works. Have...
View ArticleForum Post: RE: Syntax highlighting for SKILL in 'VS Code'
OK let me try another browser.
View ArticleForum Post: RE: Creating Parts
Are these tutorials for 17.4?!? Also, are they for OrCAD or Allegro?
View ArticleForum Post: RE: Creating Parts
The tutorials I have reviewed are for OrCad 17.4. I think that Place > Component > Component Explorer is not there because some librarian related workflow is intervening. There must be a workaround.
View ArticleForum Post: Scaled Assembly Drawing with Filled Pads and Non-Vectorized Text
We have pre-defined template page size of 21" x 32" for assembly drawings. I need to do the following: Top and bottom scaled assemblies of the PCBA on the same page . Filled pads. PDF searchable...
View ArticleForum Post: metal pin in layout is showing its actual color
Dear all, I am using the cadence virtuoso version IIC6.1.7-64b.500.19 and tsmc 65 nm pdk. When i have design the layout, i am not getting the metal layer color for the pin generation of all metals. I...
View ArticleForum Post: RE: Scaled Assembly Drawing with Filled Pads and Non-Vectorized Text
Could you load the artwork layers for soldermask to get filled pads for top & bottom sides?
View ArticleForum Post: RE: Scaled Assembly Drawing with Filled Pads and Non-Vectorized Text
OK, getting the artwork data to align with the plot data is a PITA I started writing a skill routine to create filled shapes from the plot data, found an issue with rotated pads, attempting to debug...
View ArticleForum Post: RE: Scaled Assembly Drawing with Filled Pads and Non-Vectorized Text
below is a skill utility that will convert the figures & line draws into filled shapes procedure((fill_plt @optional (Layer "")) let((Boundary LayerName Mid_X Mid_Y Radius r_path Status fst lst...
View ArticleForum Post: Calibration on ADC - Calculations are all correct - but plotting...
Hello, I am trying to do a calibration of an ADC using the calculator functions. I keep getting issues with unbound variables from my calibration calculations. Steps that I am using (roughly sketched,...
View ArticleForum Post: RE: Calibration on ADC - Calculations are all correct - but...
Some more info: It seems that the atoi caused an issue - I've tried converting the digital bus with awvDigital2Analog -> Which removes the need to convert the list of strings that atoi couldn't...
View Article