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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6318 - 6347 of 7588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6318
Hi All, I am trying to delete an Attribute from a symbol using a script. I am able to delete the Value, but not the Attribute itself. Thus when I generate the...
John Bellicitti
jbellicitti
Offline Send Email
Mar 3, 2008
4:40 pm
6319
Here is how I do it (in Dx Symbol Editor): Set blk = ActiveView.Block Set Attrs = blk.Attributes For Each att In Attrs If (att.Name = "YOUR_ATTRIBUTE") Then ...
clint_cote
Offline Send Email
Mar 3, 2008
4:58 pm
6320
Something like this ought to do it... Iestyn ================================================================= attname = "CLASS" for each Comp in...
Guest, Iestyn
iguest
Offline Send Email
Mar 3, 2008
5:10 pm
6321
Thanks for the input. As it turned out my process was correct, I wasn't seeing the correct variable. All is well now. Thanks, John...
John Bellicitti
jbellicitti
Offline Send Email
Mar 3, 2008
9:53 pm
6322
We have a schematic that we need to label some testpoint's ref designators as "TP1GND, TP2GND, etc." each ref des is unique. When I type in the ref des value...
Bob Bourque
robert_bourque
Offline Send Email
Mar 5, 2008
1:07 pm
6323
This criteria/information can be found in the attributes.ini file, which is located at: MentorGraphics\2007PADS\SDD_HOME\standard You need to modify the...
Daniel Fernsebner
dfernseb
Offline Send Email
Mar 5, 2008
1:12 pm
6324
Sorry - obviously the path depends upon the version/layout tool (Pads/Exoedition) your using. _____ From: DxDesigner_Users@yahoogroups.com ...
Daniel Fernsebner
dfernseb
Offline Send Email
Mar 5, 2008
1:14 pm
6325
Or, you could use "TPGND1, TPGND2, etc." instead... Dan...
Dan Shupe
d_r_shupe
Offline Send Email
Mar 5, 2008
1:55 pm
6326
I finished in Nov but still have this remote. Do you want it back. ____________________________________________________________________________________ Be a...
br engineering
br_engineering
Offline Send Email
Mar 8, 2008
3:18 am
6327
Hi, Anyone know how to allow a "-" in a DEVICE attribute on a symbol that is on a schematic that is being netlisted to Allegro? The PCB forward tools give a...
Austin Franklin
austinfranklin
Offline Send Email
Mar 13, 2008
2:36 am
6328
Hi Austin, The string is a regular expression, so the dash is considered a range (A-Z means A through Z). Try escaping the dash character with a backslash,...
Dube, John
jdube1234
Offline Send Email
Mar 13, 2008
11:14 am
6329
Hi John, Thanks! I was wondering how it made the distinction between being used as a range and being used as a "-". Best Regards, Austin ... From:...
Austin Franklin
austinfranklin
Offline Send Email
Mar 13, 2008
11:58 am
6330
Hi John, That didn't work, unfortunately. But I did find the problem. There is a generic "SYM" check at the top of that section that was finding the - and ...
Austin Franklin
austinfranklin
Offline Send Email
Mar 13, 2008
12:18 pm
6331
Hi, When using PADS, I can add an attribute "CLASS=PCB" to my schematic symbols, and these items don't show up in the partslist, but do show up in the netlist....
Austin Franklin
austinfranklin
Offline Send Email
Mar 15, 2008
8:01 pm
6332
I solved it for the time being, by keeping the CLASS=PCB in the symbols, and adding an alias in the AlsRules section of the .cfg file to change CLASS=PCB to...
Austin Franklin
austinfranklin
Offline Send Email
Mar 15, 2008
8:12 pm
6333
Hi, tomrwild suggested instead of a symbol type of "module" to use a symbol type of "pin", just like I do for voltages and grounds...and set an attribute of ...
Austin Franklin
austinfranklin
Offline Send Email
Mar 15, 2008
9:38 pm
6334
How should we manage a component that has different decals with different numbers of pads. Say a diode which is a 2 pin component for example: it may be a...
Mustafa A. G.
heyhat1
Offline Send Email
Mar 17, 2008
2:36 pm
6335
In order to eliminate confusion, I recommend using two different DxDesigner symbols. Otherwise, you will have to remember to change the PKG_TYPE and P/D_NUM...
Dan Shupe
d_r_shupe
Offline Send Email
Mar 18, 2008
12:41 pm
6336
Hi All, Does anyone know the easiest way to reset the reference designators to ? e.g. R?, C?, U? Has anyone else had to do this or has anyone written a handy...
Tonka_Toy98
Offline Send Email
Mar 27, 2008
8:24 am
6337
When it comes to Refdes as they are sort of the guiding light for BOMs and Layouts I personally approach software that does an automatic change of Refdes like...
Les Embrey
l.embrey
Offline Send Email
Mar 27, 2008
12:21 pm
6338
Hi Mike, I have down loaded your DxDesigner and Allegro Design U2U 2007, in this you refer to the U2U 2005, where do I find this? Regards, Inge Bailey ...
Inge Bailey
inge.bailey
Offline Send Email
Mar 27, 2008
1:26 pm
6339
I usually do this on a per sheet basis, and there are two methods, eac has its pros and cons. METHOD 1: Open a shematic page, and using the command line window...
Ray Miller
rmiller_saga...
Offline Send Email
Mar 27, 2008
1:52 pm
6340
There is a Tech note in SupportNet on how to do this. Basically you delete the component level REFDES attribute and the refdes will default to the symbol...
avjohn@...
avjohn01
Offline Send Email
Mar 27, 2008
1:52 pm
6341
This should work: _*Archive or back up your design before attempting!!!!!*_ 1. Open the Attributes and Project Navigator Contents windows 2. Right click in...
Jason Stubbs (ECC)
jpstubbs
Offline Send Email
Mar 27, 2008
2:45 pm
6342
Folks, How do I set an attribute on my bsheet so that it does NOT propagate to all the schematic pages? I have a TOTAL-PAGES field in my bsheet that I keep...
Vijit Nair
vijitvnair
Offline Send Email
Mar 28, 2008
3:22 pm
6343
... To reset all the refdeses in a schematic page you can simply select all the components on the page, copy, delete, and paste. You have to do it page by...
DoTheNumbers
Offline Send Email
Mar 28, 2008
3:24 pm
6344
IF YOU DO THAT YOU WILL LOSE ALL NONE 2 PIN ON THAT PAGE CONNECTED NETS On Thu, Mar 27, 2008 at 12:42 PM, DoTheNumbers < ... -- Electrical Designer ...
Les Embrey
l.embrey
Offline Send Email
Mar 28, 2008
3:35 pm
6345
It sounds like you might want to use "Scout" to manage these kind of things in the borders. See the examples we use below; they refer to two types of borders...
Fonseca, Joaquin
joaquinfonseca
Offline Send Email
Mar 28, 2008
9:57 pm
6346
Could someone translate "ALL NONE 2 PIN ON THAT PAGE CONNECTED NETS"? Evediently, my schematics don't have all/none/any of those since I never lost anything...
DoTheNumbers
Offline Send Email
Mar 31, 2008
2:37 am
6347
Deleting all the instance-level refdeses may cause you some grief because if some of them were repositioned from the default position for the sake of...
DoTheNumbers
Offline Send Email
Mar 31, 2008
2:37 am
Messages 6318 - 6347 of 7588   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