Re: How to distinguish 'Plow Mode' and to 'get the trace object' selected...
Hi, you have to use the name defined in Call Scripting.AttachEvents(com, "com"): function com_OnChar(nChar)...
View ArticleRe: How to distinguish 'Plow Mode' and to 'get the trace object' selected...
matthias.cosaert schrieb: Hi, you have to use the name defined in Call Scripting.AttachEvents(com, "com"): function com_OnChar(nChar)...Hellocom_onchar will not work. Available within commandlistener...
View ArticleHow to invoke DRC , while calling a Release Design Webservice
HelloI am executing Release Design Web Service successfully ,I want to activate certain DRCs while releasing the design , output which controls the design Transition.These DRCs might be Custom / OOTB...
View ArticleSVG parameters in ExportDesign
HelloI am able to successfully export all desired SVG Diagrams using Webservice call.The output I got is not readable when fit to screenHow do I set the resolution parameters in Code or in schema XSD...
View ArticleHow Can I use an Existing PCB design with a New Schematic
We have completed a Design (Schematic and PCB) and now have a second design.The schematics have been completed for the second design, but now I want to use the existing PCB from the 1st Design and...
View ArticleProblem entering service request for a transfer of licence.
I'm trying to create a service request to transfer one of my licenses to a different computer. I fill in all the fields and click "Submit" and a busy wheel starts spinning and never stops, and the...
View ArticleRe: How to invoke DRC , while calling a Release Design Webservice
Hello Vamsi Within Capital Project you have Preferences inside a project.Within that you have Checks category for each of the tools, Logic, Integrator, etc.Running Mode within Checks include one called...
View ArticleRe: How to invoke DRC , while calling a Release Design Webservice
Hello PatThanks , Yes As mentioned , I am able to change Release Level of a Design from Web Services.Option mentioned by you ,triggers DRCs interactively , but not while using web service calls. There...
View ArticleRe: How to invoke DRC , while calling a Release Design Webservice
Some one pls help on above requirement
View ArticleRe: How to invoke DRC , while calling a Release Design Webservice
Hello VamsiSorry that did not help. I suggest you log an SR for this issue as that may result in a faster reply.Please include the information above as well as any method or code you may be using in...
View ArticleRe: How to invoke DRC , while calling a Release Design Webservice
Hello PatNot an issue , I need the Method , hence I started a discussion .I will try logging an SR , Thanks for the response…. ☺ Good Day ☺ RegardsVamsi Krishna5116
View ArticleRe: Multiple Implementations: IXLogicAction and IXApplicationAction
Hi Jack,This won't help I'm afraid, but I can confirm I have seen the same behaviour. I think the reason is that IXApplicationActions 'assume' they will only work on designs or buildlists when no...
View ArticleRe: Create two boards from a single schematic
HiPADS Logic is not designed for this.It may be possible somehow but I guess you need to tweak things in order to be able to do it so I will not recommend it.I guess xDx-Designer can do this by default...
View ArticleRe: Ho to generate reusable Blocks for other projects
Hi and thanks for your answer. Copy and Paste works fine for the schematics, only the symbol from the local library has to be copied too. As you seem to be experienced in design reuse, how can a...
View ArticleExport Cell's DXF
Hi all ,See code below : Option ExplicitDim CellAppObjSet CellAppObj = ApplicationDim CellDocObjSet CellDocObj = CellAppObj.ActiveDocumentValidateServer(CellDocObj) Dim oDXFExport : Set...
View ArticleRe: Export Cell's DXF
Thanks for fast respond , I changed oDXFExport.OutputFileName = "Output/" + CellDocObj.Cells.Item(1).Name + ".dxf"to oDXFExport.OutputFileName = CellDocObj.Path + "Output/" +...
View ArticleRe: Automation DxDesign 9.4
Hi Cesar. I don't know whether you still have this question or not, but I wanted to let you know we've started two new PADS sub-communities specific to schematic design: xDX Designer and PADS Logic....
View ArticleLabel location after Update Part Type
When updating parts from library, the location of most important labels Reference Designator and Part Type always will be moved back to the initial position, despite check box Preserve design...
View Article