I would like to be able to create a part list where each component in the design has one separated line rather than being grouped by Part Number. Is this...
To partlist one item per line, find the section of the partlist.ini file that looks like this: REFERENCE REFDES 10 10 MULTIPLE_KEY MFGR DESCRIPTION_KEY DESC ...
Do you or your design team also design FPGAs? To help us better understand your FPGA development needs, please respond to a brief FPGA design survey . The...
How do I set CLASS=LAB where a Part has no PKG_TYPE attribute so that it will be omitted from the .ASC and .P Files? I want to omit the part from the output...
I have had an answer to this... In the "BeginAlsRules" section type PKG CLASS=NODECAL CLASS=LAB All parts with No PKG_TYPE specified will be omitted from the...
I have encountered a serious problem in ePD3.1a's Viewdraw when it is started from Visual Basic. The addins seem to reset to their original location when I...
I have to believe that updating vdauto.hlp is at the absolute bottom of the priority list. I use it as a rough guide, and get some benefit from the odd...
Hi: Anyone know of a way to use VB to ADD an attribute to a schematic symbol? I know how to read through all symbols and view the values of all attributes. I...
Kevin, you have to use the AddAttribute method. Depending on what you mean by "schematic symbol" you have to add the attribute to the symbol block itself...
Hi Kevin What exactly are you trying to do? - do you want to add attributes to the actual library symbol or add the attributes to the symbols within the...
Does anyone have a successful method as to how they handle DNP's? I'm looking for a way to be able to tag them, extract a parts list, and then extract the...
Hi Colleen, We set the value of the component to "OPEN". We then have a routine that removes all "OPEN" valued components from the partlist. This allows us to ...
Hi Colleen This is an age old problem and one that I've battled with in many CAD systems. I recall one organization that I worked for that insisted on having a...
Colleen, I assign a DNP attribute to every component. If the component is not installed, the value for the DNP attribute is DNP. (ie DNP=DNP). The value only...
Colleen, Just add the "CLASS" attribute with a value of "LAB" to each part that you do not want populated. The partlister will ignore all parts with this...
Hello, How do you loop through all the Pins in a symbol using VBScript? How do you create a Pin or ComponentPin object? I found these examples from the HELP...
Hello, if you have the symbol in your active view: For Each pinObj In ActiveView.Query(VDM_PIN, VD_ALL) If pinObj.Label Is Nothing Then MsgBox "No Label was...
The netlister could also ignore parts with CLASS=LAB. Controlling what is ignored is specified by attributes.ini (the first one found in your project or wdir...
Our company uses the hyperlink feature in DxDesigner/Viewdraw to launch the datasheet for each component on demand. These datasheets links are even embedded...
I am trying to import a Part Type definition into a PowerPCB library through scripting. I keep getting the error "Can't recognize file type" when I import a...
Mentor have scheduled this in to be fixed in the next release of ePD. So it is a bug but probably doesn't affect most folk. David Rocke, SCOTLAND. ... they ......
Hi, I couldn't import the library ascii file for PADS POWERPCB version 3.0. If I import this file the PCB gets closed. How to import the attached file and save...
Where did you get the file? It isn't from this group. But in PowerPCB 5.x I could do a File Import and get it to load. Then select each component, RMB, Save...
I have a simple question for which I can not find answer in the help - how do I override Designers gate assignments? I have symbol with PARTS=2 and want to...
Just wondering if this is a known problem or if it is just me i have forward annotated into powerpcb (v5) from dxdesigner and created a test pcb my problem is...