Search the web
Sign In
New User? Sign Up
DxDesigner_Users · Mentor Graphics DxDesigner user group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2486 - 2515 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2486
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...
David Rocke
davidrocke
Offline Send Email
Jan 6, 2004
3:41 pm
2487
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 ...
Fernsebner, Dan
dfernseb
Offline Send Email
Jan 6, 2004
4:07 pm
2488
Has anyone tried opening older Viewdraw 7.2 schematics in DxDesigner? Can DxDesigner output a Pcadnlt-format netlist? Thanks, Grant...
hmsnike2003
Offline Send Email
Jan 7, 2004
10:27 pm
2489
Grant, no problem with elder ViewDraw versions: we're using Powerview6.1/ViewDraw 5.4.2 in the same project. Christian...
Alves Christian (AE/D...
calvesde
Offline Send Email
Jan 8, 2004
8:19 am
2490
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...
Gary Lameris
glameris
Offline Send Email
Jan 8, 2004
7:19 pm
2491
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...
David Rocke
davidrocke
Offline Send Email
Jan 9, 2004
12:40 pm
2492
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...
David Rocke
davidrocke
Offline Send Email
Jan 9, 2004
3:35 pm
2493
Iestyn, how/where do you know "VDDT_DOCUMENTATION" ? The ePD3.1 documentation (vdauto.hlp) knows only enum VdDataType { VDDT_SCHEMATIC, VDDT_SYMBOL }; Second: ...
Alves Christian (AE/D...
calvesde
Offline Send Email
Jan 12, 2004
9:51 am
2494
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...
David Rocke
davidrocke
Offline Send Email
Jan 12, 2004
10:56 am
2495
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...
Iestyn Guest
iguest
Offline Send Email
Jan 12, 2004
1:10 pm
2496
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...
McCracken, Kevin
ksm75cn98ha
Offline Send Email
Jan 12, 2004
10:47 pm
2497
Open the symbol and add the attribute to the Block using the AddAttribute Method. If somebody knows any other method, please let me know. Regards, ...
Gopalkrishna Nayak A.
agknayak
Offline Send Email
Jan 13, 2004
10:09 am
2498
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...
Alves Christian (AE/D...
calvesde
Offline Send Email
Jan 13, 2004
2:32 pm
2499
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...
mike_pragmax
Offline Send Email
Jan 13, 2004
6:32 pm
2500
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...
Colleen Salvaggi
csalvaggi
Offline Send Email
Jan 13, 2004
6:40 pm
2501
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 ...
Bellicitti, John (US ...
jackjohn99
Offline Send Email
Jan 13, 2004
6:55 pm
2502
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...
mike_pragmax
Offline Send Email
Jan 13, 2004
7:28 pm
2503
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...
David Farrell
davidjf2001
Offline Send Email
Jan 13, 2004
7:53 pm
2504
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...
d_r_shupe
Offline Send Email
Jan 13, 2004
8:17 pm
2505
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...
bkacha
Offline Send Email
Jan 13, 2004
9:40 pm
2506
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...
Alves Christian (AE/D...
calvesde
Offline Send Email
Jan 14, 2004
8:40 am
2507
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...
Gary Lameris
glameris
Offline Send Email
Jan 14, 2004
3:19 pm
2508
Another method is to use Variant Manager, an option for DxDesigner. Contact your sales agent for details......
Gary Lameris
glameris
Offline Send Email
Jan 14, 2004
3:27 pm
2509
Our company uses the hyperlink feature in DxDesigner/Viewdraw to launch the datasheet for each component on demand. These datasheets links are even embedded...
Gary Lameris
glameris
Offline Send Email
Jan 14, 2004
4:03 pm
2510
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...
David Rocke
davidrocke
Offline Send Email
Jan 15, 2004
12:49 pm
2511
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 ......
David Rocke
davidrocke
Offline Send Email
Jan 15, 2004
12:51 pm
2512
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...
Devi R
rdevi80
Offline Send Email
Jan 16, 2004
12:39 pm
2513
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...
Gary Lameris
glameris
Offline Send Email
Jan 16, 2004
12:47 pm
2514
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...
danielrlenz
Offline Send Email
Jan 16, 2004
2:57 pm
2515
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...
Justin Parise
jpaeze1
Offline Send Email
Jan 16, 2004
2:58 pm
Messages 2486 - 2515 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help