Re: Nucleus readystart - Sourcery codebench is unlicensed
There were 2 issues resolved from the support team. I thought I'd post here for others. 1. In Ubuntu 15.1 the network device naming scheme from ethX to a physical location-based name for easier...
View ArticleRe: can't delete Stub Trace in Expedition
I had the same problem but in VX.1.2 Thanks for answer the script has workedRegards Sue
View ArticleRe: Location of source files
Hi Nuri, My customer has old database in the server, and they have new database to replace the existing and delete old database, so please advise how it can be done? old database can be back-up by...
View ArticleRe: Location of source files
Did you use the Upgrade guide? You can use VeSys Data Migrate to assist in this process. Or, use "vesyspremigrate.exe -partlib' from the command line to export the library and "vesyspremigrate.exe -d"...
View ArticleRe: How to style a multiple symbol object
Hi, Let me try to help you out with this.Requirement: You have a symbol (shown in the first image), and you would like to highlight the functional description, amperage and Ref des as per shown in the...
View ArticleRe: Difference between property and attribute?
The confusion in terminology is historic, in earlier versions of DxDesigner from pre-iCDB versions the term 'Attribute' was used to describe these, when we moved to the iCDB based database we adopted...
View ArticleRe: Properties visibility after verification
It might be an issue with your DxDataBook configuration file, there are two columns that set default visibility of properties annotated by DxDataBook and this overrides the setting from the 'prp' file.
View ArticleRe: Error 73740 (ie3dcpucore)
Hi,That license (ie3dcpucore) is an optional add-on for Hyperlynx. It sounds as though the examples in the user guide assume that you have access to all HyperLynx licenses.The ie3dcpucore license is...
View ArticleRe: Multi-Symbol of a schematic
If I understand the question correctly you would like two 'blocks' at the top level to point to one schematic beneath them (the same schematic), in which case this isn't supported in DxDesigner.
View ArticleRe: Translating PADS Designs to DxDesinger and Xpedition
Take a look on this Community and post any questions there, you will get a quicker response regarding translation/migration Migrating to Xpedition/Expedition Enterprise
View ArticleChanging padstack in a PCB design
Hello,Is it posible to change the padstack using automation?
View ArticleRe: How to style a multiple symbol object
I do not think this will help in this particular situation. It appears that you have a single symbol, but as mentioned in the original post, ours method is to place three symbols in the design and do a...
View ArticleRe: How to convert Eagle files to DxDesigner?
Unless I am misunderstanding, I think you have two choices:1) If you upgrade to Vx1.1, you will have the new import functionality2) If you have to use Vx0, you can export the netlist from Eagle, and...
View ArticleRe: How to style a multiple symbol object
As far as I can see you need to have some data to differentiate the three symbols. Since all properties/attributes will always belong to the device (and therefore be common to all three instances) the...
View ArticleRe: How to use antipad as route keepout?
I don't think you need a script. Increase your constraint from trace to pad. Although I am not a Pads user, every Cad tool I have used has the ability to define obstructs to deal with the problem you...
View ArticleUsing VB script to export IDF and DXF formats from Expedition PCB
Hi all, I am looking for a way to export IDF and DXF via VB script automation.I found this thread here,https://communities.mentor.com/message/38391#comment-38391but I am not able to get how its done....
View ArticleRe: Using VB script to export IDF and DXF formats from Expedition PCB
The following subroutine will export DXF data from a userlayer (MY_USER_LAYER) to a DXF file ( you supply the 'file' path as a string from wherever this routine is called.) PublicSub...
View ArticleRe: Automation using C or C++
Hello Brösel, I am also new to using this community; but have a keen interest in figuring out how to port an extensive collection of applications and scripts from VB.Net and VBS to C++ and run them...
View ArticleRe: Automation using C or C++
Obviously, I didn't proof read my post very well before submitting it... I meant to write: I would assume that the process or solution would be similar to that used with Pads or Expedition, but don't...
View ArticleRe: Using VB script to export IDF and DXF formats from Expedition PCB
Here is a subroutine that will export the IDF data. Same kind of deal - you have to feed it the file paths for the two output files. Sub create_idf_output(emn_output_path asstring, emp_output_path...
View Article