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

Re: x2ml API get wire end components

$
0
0

Well, I found the answer...

You have to get the Object "HarnessWire" first of all. Now you can get the Node from the Start or End with the Method

HarnessWire.getRoute().getStartPoint(); or

HarnessWire.getRoute().getEndPoint();

 

 

Check if it is a Node (and cast it), and from the Node you can get all the Connectors with the method

Node.getAllConnectors();

 

So the way is:

HarnessWire -> Start/End Node -> Connector


is it possible to create Reuse with out Net property ??

$
0
0

Hi everyone i am using DDR with Top and Bottom placement which is replicate in some other section also (but that section in 180 degree rotation).so i need to copy the trace and via one section and replicate in to the other section without net property.is it possible to do in the Reuse method.

 

fanout.JPG

 

another question is while copying single fanout,i got some error please suggest the idea ??

Capture.JPG

Re: is it possible to create Reuse with out Net property ??

$
0
0

I'm not sure if I understand the "without Net property" portion of your question, but if you're looking to reuse the 1st DDR components routing, use the steps below.

 

  1. Select the DDR component and it's connected traces/vias segments you want to keep.
  2. Make Reuse
  3. Right click and choose to Reset Origin, then select the datum of the DDR component
  4. Right click and save to file (with the reuse block still selected)
  5. Get the (x,y) of the 2nd DDR component
  6. Select it and choose the Make Like Reuse
  7. Use <ctrl-r> to rotate the reuse block
  8. Go to the Reuse properties and enter the (x,y) of the 2nd DDR component
  9. Break both reuse blocks

Re: Device Pin Attribute

$
0
0

Hi John,

I did run it in Logic. I suspect that you did run it in Integrator. I now also tried it in Integrator (with different code) but I also did not get the value from MinWireCSA attribute. I'll check if this is expected behavior and come back to you.

 

Michael

Re: A problem in installing ModelSim PE Student Edition

$
0
0

Hi there,

 

Let me see if I can find the URL for this page. I'll be in touch.

 

Cheers,

Andrew

Re: A problem in installing ModelSim PE Student Edition

In Expedition PCB, Delete a component property after adding them with Putproperty

$
0
0

I have used the command    Set PropObj = CompObj.PutProperty(PropName, PropValue)

Property add.PNG

I'm now looking for the opposite actions. delete. Can someone help

 

below the script I used to add the property.

 

  Dim PropName, PropValue, ValidEnties  ' Handels for the Property Type and Property Value

  Dim CompsColl, CompObj,PropObj        ' Exp PCB Component Collection, Component Object and Property Object

 

 

  Set PropObj = CompObj.PutProperty(PropName, PropValue)

  Set CompObj = CompsColl.Item(1)

  Set CompObj = CompsColl.Item(1)

   Set PropObj = CompObj.PutProperty(PropName, PropValue)

 

Now I selected the wrong component and net to delete the property.

Plane shape stretch option in VX1.1 like EE7.9.5

$
0
0

Hi All,

 

Is there any option to stretch plane shape in VX.1.1 tool like EE7.9.5 (Smart utilities option) .

 

 

But in EE7.9.5 tool has one more option like stretch. Kindly suggest we have plane shape stretch in any other toolbar.

 

I really need this option in Vx.1.1.

 

Thanks in advance.

 

Regards,

Senthil


Re: Where is the PADS Pro community site?

$
0
0

Robert – Didn’t want you to think this is going unresponded to. I have passed this question on to the product division who will respond. Thanks for the question.

Central Library DB 일괄 업데이트 방법 문의

$
0
0

Central Library DB 일괄 업데이트하는 방법이 있는지요?

사내에서 별도로 운영하는 Library DB를 Central Library DB로 Copy하고자 합니다.

 

Part Number별로 Component Property들의 Name 및 Value를 Central Library DB로 Migration이 가능할까요?

Report Writer를 이용하는 방법이나, Automation Sctipt 로 가능할까요?

Re: Device Pin Attribute

$
0
0

Hi John,

The problem with your code is this...

    IXDevicePin devPin = cav.getMatedDevicePin();

It is not perhaps obvious from the API, but there is a 'jump' required in Integrator to get from the connector cavity (in Integrator) to the logical device (in Logic).

It is also possible to have more than one device pin 'mapped' to the same cavity and you need to take that into account as well.

Therefore, you should replace the above line with something like...

for (IXAbstractPin devPin : cav.getFunctionalPins()) {

    String csa = devPin.getAttribute("MinWireCSA");

    // Handle multiple pins mapped to the same cavity??

}

 

Regards,

Simon

How to disable printing messages on message box when Packaging ?

$
0
0

It takes much time to package when I try to package my project in XDX Designer. There are around 1000 parts and around 2000 warning. As I think the reason is printing Warning messages on the message box. How can I disable printing Warning messages on message box to reduce the packaging time ?

Re: How to see from Bottom view ?

$
0
0

Thank you Greg. it was really helpful

Constraints to net properties convertion

$
0
0

We have a problem checking net constraints. It would be much easier if you could have the constraints visualized as net properties in DxDesigner.

Is there a way to convert CES constraints to net properties to DxDesigner nets or the other way around?

Re: Symbol Editor in xDX Designer VX.1.1

$
0
0

How did you link the library and is it writable? The UI to do so should look like the attached, the green background shows editable libraries the white background those that are set to ReadOnly.


Re: What is the best method for working with an Altium to Hyperlynx setup?

$
0
0

Hi Brian,

The problem is that you exporting a PCB file and not the Simulation models from Altium. You will need to create a .REF or a .QPL in Hyperlynx so you do not need to re assign it every time you load a .HYP file.

 

The .REF and .QPL can be created in Hyperlynx. Hyperlynx cannot load Altium simulation model files.
Hyperlynx can use IBIS, SPICE, S-parameter … files, which you assign when you load a .HYP file.
The .REF file uses designator to assign models. The .QPL file uses part numbers to assign models. Search help for automapping.

Re: Constraints to net properties convertion

$
0
0

Can't you use the Constraint Editor for this?

Re: More 7.9.x to VX translations

$
0
0

Sorry I was saying mgscript.exe which is wrong, but I was indeed using the "MGC PCB Command Window VX.1.1"

 

Is this a true or false statement?

I should be able to use the "MGC PCB Command Window VX.1.1" utility to run my script with no modifications other than updating the references to the new dlls.  This script worked fine in the 7.9.4/5 environment.

Re: More 7.9.x to VX translations

$
0
0

There should be no code changes other than changing com objects and setting up your project to compile for 32-bit if you are running 32-bit Mentor tools or 64-bit if you are running 64-bit Mentor tools.

Schematic readonly mode

$
0
0

When I try to assign ref des in VX1, "schematic is in read only mode" dialog comes up.

How do I get out of this mode?

Viewing all 4541 articles
Browse latest View live


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