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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 7409 - 7438 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7409
Hello, I have a DDR bus to simulate with LineSim (Hyperlynx)to resolve the signal integrity. however, LineSim can't simulate a bus, so I tried to select some...
sup_sniper10
Offline Send Email
Apr 6, 2009
2:12 pm
7410
Hi All, I'm using DxDesigner 2005.1 and I created a completely new database that I want to remap my schematics to but the problem I'm having is that my...
stone
kirbstone89
Offline Send Email
Apr 13, 2009
6:51 pm
7411
Hi Kirby, You can edit the viewdraw.ini and restart DxDesigner. Symbols are loaded by reference in 2005.x, there is no local symbol cache in 2005 like there is...
jdube1234
Offline Send Email
Apr 13, 2009
10:12 pm
7412
Hmm, that will work unless the alias names and/or symbol names are also changed... somehow I have the feeling that is what happened here. Taco...
Taco de Vries
tdvries
Offline Send Email
Apr 13, 2009
10:23 pm
7413
Kirby, I had to do this for many schematics when I took over the library and created a new one where the symbols were changed by myself to all comply with a...
Rich Tanner
rich_tanner
Offline Send Email
Apr 14, 2009
3:47 am
7414
Hi Rich, I just started investigating the project contents navigator window this morning to change components and your right it's not straight forward, for...
stone
kirbstone89
Offline Send Email
Apr 14, 2009
1:50 pm
7415
One thing that I have done before in 2005 is to remove the path entirely from each symbol reference. Notice the following line: I 6 dscrt:RES_FXD_006_XFR 1 725...
john_ruf@...
j_ruf_agilent
Offline Send Email
Apr 14, 2009
4:04 pm
7416
Kirby, When I switched from the old multi-year-multi-person generated mish-mosh library to the library I personally vetted and usually modified every single...
Rich Tanner
rich_tanner
Offline Send Email
Apr 16, 2009
1:32 am
7417
I can add some things I learned when we retranslated symbol libraries over time. In Rich Tanner's comment: One hint, if you have needed to alter the pin...
john_ruf@...
j_ruf_agilent
Offline Send Email
Apr 16, 2009
5:19 am
7418
Hi John, Rich, Once you two pointed out how to edit the schematic I went to work converting a 20 page schematic which took me a little over a day between...
stone
kirbstone89
Offline Send Email
Apr 16, 2009
2:47 pm
7419
Kirby, Many of the highly productive methods I have learned by my own trial/error over the past 20 years of using ViewDraw (DxDesigner) would not be acceptable...
Rich Tanner
rich_tanner
Offline Send Email
Apr 17, 2009
6:11 pm
7420
John,   One of the things I've done for my consistant standards library is to have the symbol's internal "P #" equal to the part's pin number whenever...
Rich Tanner
rich_tanner
Offline Send Email
Apr 17, 2009
6:12 pm
7421
That sounds like a good approach. The only tricky part is pin numbers in a BGA or other such alpha-numeric pins, but as you say, you can use some consistent...
john_ruf@...
j_ruf_agilent
Offline Send Email
Apr 17, 2009
9:49 pm
7422
I have an attribute called cost for each part on our schematics. Is there a way that I could highlight a group of parts on a schematic page and have it tell...
kgagne_2000
Offline Send Email
Apr 21, 2009
6:57 pm
7423
If you use the short cut keys ctrl+alt+A you will bring up the attribute window Then press the space bar to activate your command window type "avi" and that...
Les Embrey
l.embrey
Offline Send Email
Apr 22, 2009
11:55 am
7424
I am not looking to make the attribute visible on the schematic. I am looking for a script or something else I can run that will return the total cost of all...
Gagne, Kevin
kgagne_2000
Offline Send Email
Apr 22, 2009
2:09 pm
7425
We've written a script that does something similar but looks at total pins, total nets, number of parts, and total area. To get the parts, pins, and area, we...
avjohn@...
avjohn01
Offline Send Email
Apr 22, 2009
2:28 pm
7426
Hi Tony, Yes I do create a BOM for the complete design and then have the total cost added up and this works great. I am looking to be able to do it to just a...
Gagne, Kevin
kgagne_2000
Offline Send Email
Apr 22, 2009
2:45 pm
7427
How about this to get the total cost of the selected area of a schematic: Dim objComp Dim attr Dim intMissingCost Dim TotalCost, digitsAfterDecimal ...
john_ruf@...
j_ruf_agilent
Offline Send Email
Apr 22, 2009
4:11 pm
7428
This would be a simple script, something along these lines: cost = 0.0 For Each Comp in ActiveView.Query(VDM_COMP, VD_SELECTED) Set costattr =...
Dube, John
jdube1234
Offline Send Email
Apr 22, 2009
4:36 pm
7429
Thanks John this was exactly what I was looking for. Is there a document I can read that shows how to make forms? Thanks -Kevin From:...
Gagne, Kevin
kgagne_2000
Offline Send Email
Apr 22, 2009
6:06 pm
7430
Hi John, This is interesting way. How do you change the Applications Select event? Thanks -Kevin From: DxDesigner_Users@yahoogroups.com ...
Gagne, Kevin
kgagne_2000
Offline Send Email
Apr 22, 2009
8:03 pm
7431
All of that is in the help documents in the DxDesigner help menu. Look up the automation stuff. I have learnead a lot about how to do it, but I'll let you look...
john_ruf@...
j_ruf_agilent
Offline Send Email
Apr 23, 2009
1:09 am
7432
I have an engineer who wants to graphically show a net between two points is wider. This way when someone looks at the schematic it will visually catch their...
stone
kirbstone89
Offline Send Email
Apr 23, 2009
3:35 pm
7433
EE2007.1 or PADS2007.1 EE2007.3 or PADS2007.4 the Line Width property on a net works well, Select the Net, and in the properties window adjust the line...
Gary Lameris
glameris
Offline Send Email
Apr 23, 2009
4:21 pm
7434
Hi Kevin, A script can handle events by calling Scripting.AttachEvents, and creating a subroutine or function with the correct name and arguments. Also, you...
Dube, John
jdube1234
Offline Send Email
Apr 23, 2009
5:12 pm
7435
Hi John, Thanks for all the help. This is very useful. -Kevin From: DxDesigner_Users@yahoogroups.com [mailto:DxDesigner_Users@yahoogroups.com] On Behalf Of...
Gagne, Kevin
kgagne_2000
Offline Send Email
Apr 23, 2009
6:03 pm
7436
Hi John, Where do you put this script to make it work and how would I point to it. My guess would be "tools/customize". Is it possible to put it in the company...
stone
kirbstone89
Offline Send Email
Apr 23, 2009
9:42 pm
7437
Hi Gary, Thanks but it turns out we are using PADS Flow 2007.1 which uses DxDesigner 2005.1 so I don't see the properties window that allows me to adjust the...
stone
kirbstone89
Offline Send Email
Apr 23, 2009
11:02 pm
7438
Put the file in a directory in your WDIR (your company standard location is fine), then load the script on startup using scripts.ini. John ... From:...
Dube, John
jdube1234
Offline Send Email
Apr 24, 2009
12:30 am
Messages 7409 - 7438 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