Quantcast
Channel: Mentor Graphics Communities: Message List
Viewing all 4541 articles
Browse latest View live

Re: Variant Manager excel report from script

$
0
0

No, the script is intended to be used from DxDseigner, sorry ;-)

 

/Peter


Re: symbol library for new line style

$
0
0

Hi Neelu,

 

Please add the symbol library path in the style-set as shown below.

 

 

 

 

Regards,

Prashant

Re: Why redundant wires generated in integrator design?

$
0
0

Hi Denglong,

OK, so I suspect that the problem lies with the original 4 wires. Although they appear to be 'correct' I suspect that for some reason they are in fact not correctly implementing the signal. Without the data it is difficult to be certain of the problem, but a couple of things might help:

  1. What happens if you run the Design Assistant on this signal with the original 4 wires? (You should make sure you run on selected signals only and for all configurations).
  2. Have you carefully checked the end points (including cavity) of the original 4 wires? Are they correct and identical to the end points after running CWS?
  3. It would be interesting to look at the harness levels assigned to the initial 4 wires - do they look correct? Do they change after running CWS?

 

Simon

Re: Add Special Characters to "Add Text"

$
0
0

On Windows you can also use the Character Map as a standalone tool. Just type "charmap" into the search box on the Start menu.

3D and 2d DRC reporting

$
0
0

Hello All,

We are playing with the 3D option and have a question.

1)     Imagine you have a component hazard in 2D. You can accept it in the DRC window. Now you open a 3D view and do a 3D batch report: the previously accepted hazards show up again. Is there a way to accept 3D hazards, or is there an automatic way of propagating this kind of info from 2D into 3D?

2)     Imagine you are working on a board and you have imported a second board as step for verification. When moving a component in 2D and you bump into a component of the additional board, in the 2D view there is no indication, in the 3D view the whole board lightens up to show an error, but you really don't know where exactly you have bumped. How do you set up the additional board to highlight you only the component it bumps into?

 

Thanks

  Matija

VBS script running HyperLynx 9.4 DDR4 simulation from commandline

$
0
0

Hi guys,

 

I have to do many HyperLynx DDR4 simulations and I like to automate this process by VBS scripting.

I know HL9.4 supports startup scripts on the commandline "bsw.exe -run startup.vbs".

Unfortunately I could not find appropriate documentation showing some examples how to do the following:

 

ThThe startup.vbs should do the following:

  1. a.      Load a .hyp file
  2. b.      Load the stackup file (.stk)
  3. c.       Load the component reference file (.ref)
  4. d.      Load the .bud file
  5. e.       load the .ddr file (Import)
  6. f.       run SI-simulation
  7. g.      if simulation is finished store simulation result data and leave HyperLynx

 

All the files to be loaded like .bud / .ref  /  .stk  / .ddr already prepared and ready to use.

 

  My question is: Are there methods in the programming visual Basic I/F doing the above procedure?

 

I like to get in conatct with somebody helping me to setup the script.

I'm familiar in programming but do not know the syntax and semantics of Mentor HL scipting.

 

I would appreciate if somebode can help me.

 

Thanks, Udo

OFFSHEET SYMBOL: DEFAULT NAME WHEN ADDED

$
0
0

Hi, i created an offsheet symbol like stated in the attached picture

when i place the symbol in the schemtic i see that they take the name of the net but i can't modify the deafult position of the text:

I would like to see the text right the symbol insted over the symbol.

 

Thanks

Re: EE7.9.5 work on WIN10?

$
0
0

EE7.9.5 is not officially supported on Windows 10 by Mentor. Any VX version is supported on Win10. 


Re: EE7.9.5 work on WIN10?

$
0
0

Correction...

 

Windows 10 is listed as a supported platform for vX.1.2 and later.

Windows 10 is not listed as a supported platform for vX.1 or vX.1.1.

Re: How to make a grouped BOM

$
0
0

Has this been answered or have you solved your problem in some other way? It would be nice to get the status updated.

Re: OFFSHEET SYMBOL: DEFAULT NAME WHEN ADDED

$
0
0

With the VX.2 version of the software you can control this using the new 'Compound' symbol capability. It does require you to edit the symbol in VX.2 and set the location of the 'name' in the alternate views (shown in the tabs). If you have the VX.1.2 StarterLibrary those symbols have already been updated to support this functionality (PADSVX.1.2\SDD_HOME\Libraries\xDX_Designer\SymbolLibrary\Builtin\sym\bi_flat.1 for example)

Re: Database for DxDatabook

$
0
0

Has this been answered? If so please update the status.

Thx

Re: OFFSHEET SYMBOL: DEFAULT NAME WHEN ADDED

$
0
0

Thanks Robert.

The bi_flat.1 is an ANNOTATE symbol, i have a PIN symbol (please check the picture in the first post). My problem is not on the XREF text position but in the name that appear near the symbol when i attached it to a net. This net name is automaticcaly placed over the symbol and i can't find how to edit this.

 

Thanks

Automation and Scripting Feedback

$
0
0

You last 5 years worth of content.  The latest post is from 5 years ago:^(

Re: Why redundant wires generated in integrator design?

$
0
0

Hi Simon:

We got customer feedback for your 3 questions:

1: Run Design Assistant against the signal, no Error detected

2: Checked connectivity of the 4 wires, no mistakes, then run CWS, redundant wires generated but the connectivity are correct

3: Customer told after the initial operation of CWS, they had made some modification of harness levels and vehicle models

 

Regards

Denglong


Re: Why redundant wires generated in integrator design?

$
0
0

Hi Denglong,

I'm rather surprised at the answers, particularly to question #1. The way synthesis works is that before it modifies a signal, it checks whether it is already routed. If it is fully routed then synthesis does nothing. According to the answer to question #1, the Design Assistant indicated the signal is fully routed. Therefore, I would strongly expect synthesis to do nothing with this signal.

 

Unfortunately, I think I've run out of ideas. At this point, we would need to look at the data to understand what is going on.

 

Simon

Re: How to set form position when called?

$
0
0

I would Need it now in .vbs Script (direct in the .efm Scripting Dialog) ... I don't find a way. is there one?

 

like "TheView.SetExtents"!! 

Re: How to keep the form(efm) always in front of the other windows.

$
0
0

Hello Satoru,

I use this small code to Keep my efm on top (thanks for that). But can you explain what is there happen?

 

Create Excel COM Object is Understandable - also as "user32", "FindWindowA" and "SetWindowPos".

 

But why "JJJJJJJJ" ?

and what means the flag 3? is this the OnTop Flag?

 

Best regards,

Juergen

Re: CHANGE MEG TO M IN DXDATABOOK

$
0
0

I just edited my solution to clarify the situation in the new release VX.2.

Re: CHANGE MEG TO M IN DXDATABOOK

$
0
0

Hi,

i ran into the same problem a few days ago and found a solution. Although it's more of a sloppy one it works!

 

Close your xDXDesigner and go to "...\MentorGraphics\PADSVX.1.2\SDD_HOME\common\win32\lib" and open the "dxdbdll.dll" with an editor. (better make a backup)

 

Find line 6794, column 150 and replace "MEG" with "M NUL NUL" and optional "K" with "k". In line 6794 column 234 replace "Mega (MEG)" with "Mega (M) NUL NUL" and "Kilo (K)" with "Kilo (k)".

 

You need to type those NUL down by yourself, by hitting ALT and typing 256 on the numpad. Don't leave any spaces! I just used them here to make it more readable.

 

     FIND:

     line 6794, column 150:

OLDDLL.PNG

     line 6794, column 234:

OLDDLL2.PNG

     CHANGE TO:

     line 6794, column 150:

NEWDLL.PNG

     line 6794, column 234:

NEWDLL2.PNG

 

I hope this helps! You obviously need to do this on every workstation you're using.

 

EDIT 09/09/2016: This still works with the new VX.2 release. Same file, but different line and column. Just use "Find" in your Editor of choice!

 

Greetings,

Fabian

Viewing all 4541 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>