Re: PowerPCB 9.1 Display Color problem
Check out this thread: Re: Co-worker can't change layer color on any file,
View ArticleRe: How to copy a xDx Designer - xPCB project
This works for the @NAME and @DATETIME properties.The @Projbase is not updated, maybe because it is a converted DC schematic.The line: KEY VBPCBDesignPath "PCB\old-name.pcb" is still in the .prj...
View ArticleRe: OPEN EFM SCRIPT AND CLOSE TO AVOID MULTIPLE ISTANCES
So you want to close the second form by clicking a button on the main form? You may want to use Scripting.Globals to pass a "message" between the two forms, something like this: In the main form's...
View ArticleRe: OPEN EFM SCRIPT AND CLOSE TO AVOID MULTIPLE ISTANCES
Thanks john.I found another solution. The code for close button's click event is: Set wshShell = CreateObject("WScript.Shell") ret = wshShell.AppActivate("form title") If ret = True Then...
View ArticleRe: How to copy a xDx Designer - xPCB project
@ProjBase is not a property supported in DxD/xDX. Also, the VBPCBDesignPath key isn't used by xDX/Xpedition it uses KEY PCBDesignPath. is this key causing you problems in the renamed project?
View ArticleRe: Dxd : Schematic readonly mode
Setup > Settings > Project item > Enable Concurrent Design checkbox. You need to uncheck it. Keep in mind that others in your group may need to get into the design at the same time as you,...
View ArticleRe: How to add 3D models to cells in CENTRAL library?
Galántai You are using what is called the "Designer Flow". In this flow, all of the 3D Model Mappings are saved within the design project. There is currently no method in this flow to save the...
View ArticleRe: javascript reports?
A list of all the methods/functions and attributes can be found in the Capital installation directory....
View ArticleRe: PowerPCB 9.1 Display Color problem
This is very close but ... I have a very new Windows 8 with only two recent "redistributable" patches for Visual C++ 2013 x86/x64 (#11.060610). There is also the "MGC Visual Studio 7 Runtime" that...
View ArticleRe: It is very frustating...
Hi Mattias, I moved your question to the Xpedition Automation & Scripting sub-community where it may get a quicker answer. Best regards, Cathy
View ArticleHow to use "item" property in VB.NET
Hi:I have a VBS code which can run in expedition.but i write the code using VB.NET. there are error about "item" property.can you help me? thanks vbs code: dim result1:result1=""'Set the unit to be...
View ArticleAdding via inside BGA cell
Hi all, I am having troubles with adding a via inside a BGA cell. Previously I was able to add. But now it does not allow me to do so. Following error message was given by xPCB VX.1. I am new to this...
View ArticleEye diagram of transmitter pin
Hi, I simulated a differential trace in hyperlinks and got an unexpected eye diagram at the transmitter side. receiver side eye diagram is good but I could not understand why the transmitter side eye...
View ArticleReference Planes
Hi all,Are the reference planes considered in HL SI/PI simulations? Thank you
View ArticleRe: Is Mentor ready for Windows 10?
This morning we got the Microsoft icon for updating Windows 7 Pro to Windows 10.We are now on VX1.1.Mentor says, VX1.1 is stable on Windows 8.1, but is VX.1.1 stable on Windows 10?Until now no reaction...
View ArticleRe: Dxd : Schematic readonly mode
It works !Thank you very much M. Cashman.In fact, I work alone on a old project then I don't need to enable the "Concurrent Design mode".Best regards,Julien
View ArticleRe: How to use "item" property in VB.NET
Here is corrected code: Sub CheckComponent2ComponentDistance() lsbResult.Items.Clear() Call MGCPCB_Connect() Const epcbUnitMM As MGCPCB.EPcbUnit = 4 Const epcbSelectAll...
View ArticleRe: It is very frustating...
You can write scripts to do a lot of the stuff you want. 1. Copy the entire project directory from an existing project to a new directory.2. Change the names of the .prj and .pcb files.3. Edit the...
View ArticleRe: Reference Planes
Hi ishara, The short answer is yes - in both older & newer versions of HyperLynx we account for planes. We significantly improved the simulator in 9.0 - you may want to check these: TechNote...
View ArticleRe: How to add 3D models to cells in CENTRAL library?
Hi Vern! Thank you for the answer, I figured out, that my xDM library server is not turned on, that could be the problem. But I'm still trying to fix this, because I always getting errors if I try to...
View Article