VB .NET exception error when trying to check whether a component is composite...
Hi All, The following are the two lines of code that we have used in the past in VB 6.0 to check all design components in Dx-Designer and pass only those which have symbol type as COMPOSITE. There are...
View ArticleRe: Electrical System Design and Harness Engineering Feedback
Thanks for letting me know. This is first reported issue. Will look into and post back in the community with an update.
View ArticleECO file input location.
I am using DXDesigner with Pads netlist flow. I made a simple eco ascii file to rename several nets in pads, no issues. I imported and got the results I expected.Now I am trying to use this same eco in...
View ArticleEco file input location.
I am using DXDesigner with Pads netlist flow. I made a simple eco ascii file to rename several nets in pads, no issues. I imported and got the results I expected.Now I am trying to use this same eco...
View ArticleRe: VB .NET exception error when trying to check whether a component is...
I have successfully used the following:If scomp.SymbolBlock.SymbolType.ToString = "VDB_PIN" Then Debug.Print("It's a pin")EndIfThe text string comparison seems more reliable.
View ArticleRe: Read composite symbols directly from Dx-Designer (EE795) using VB .NET
In my previous post, I misunderstood the issue. I was thinking of fractured or multi-gate symbols when you said composite. In your recent post I think you are on the right track.
View ArticleRe: Can't get partquest to work with PADS VX1.2
What do you have to do if the PartQuest.dbc file is missing from your computer?
View ArticleRe: Valor Installation
Sabitha, There's not enough information here for me to recommend a solution. I suggest you open a Service Request through SupportNet for this issue....
View ArticleRe: Electrical System Design and Harness Engineering Feedback
I have looked into this and found the same behavior. I will likely need to report to support. Are you aware of the Qlikview ideas report we have?
View ArticleRe: Electrical System Design and Harness Engineering Feedback
When I check the QV report just on the IESD ideas space, the search for MFL I get 10 ideas and 4 comments. Is that correct? :
View ArticleRe: Electrical System Design and Harness Engineering Feedback
Actually there are 16 IDEAS (that I recall and have listed below - maybe more?) and many more than 4 comments though I've not got a note on that on hand.Regards,Pat
View ArticleRe: Electrical System Design and Harness Engineering Feedback
I don't know that one actually - please explain or point me to where I can find more and I'll dig into it.Cheers,Pat
View ArticleDevice vs SlotDevice
Hello,This is used in Integrator IXDesign design=appliContext.getCurrentDesign(); for(IXDevice device:design.getConnectivity().getDevices()){ IXSlot...
View ArticleHow to make output warnings/links point to board section and not block section?
I have a lot of automation that reports to the output window using the "vdraw" command. Right now, these links seem to open up items in the Blocks section, which I don't want. I want to link to a part...
View ArticleRe: How to make output warnings/links point to board section and not block...
Answered my own question, and here's some data for anyone looking for the same info, and for someone to critique if something is not quite right with this string:vdraw <severity> 1 <top/root...
View ArticlexPCB Component Explorer
Is there a way to show only unplaced components in Component Explorer (or anywhere else)?
View ArticleRe: Can't get partquest to work with PADS VX1.2
See the PartQuest troubleshooting document at PartQuest Troubleshooting.pdf
View ArticleRe: Can't get PartQuest in xDX design to open
Check out the PartQuest troubleshooting document at PartQuest Troubleshooting.pdf
View ArticleRe: xPCB Component Explorer
Eduardo, In Component Explorer, make sure the State column is enabled and you should be able to sort for Placed, And Unplaced components as shown. Good Luck,Vern
View ArticleRe: xPCB Component Explorer
Enable the 'State' Column by right clicking over the filter dropdowns....
View Article