Direct Import Cadence APD Links

Direct Import From a Static Data Source

Importing Metal on Nets Without Names

By default, when importing .mcm, .sip, and .brd files, the Electronics Desktop filters out all metal on the nets without name. If this behavior is undesirable you need to create a control file with the exact same name as the file you are looking at with the type changed to .xml and located in the same directory. The file should look like the following diagram. If ImportDummyNet is "true" any metal on the dummy net are imported. The Electronics Desktop also allows control of the assignment of default values to components with the EnableDefaultComponentValues. Legal values for both of these are "true" or "false".

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<c:Control xmlns:c="http://www.ansys.com/control" schemaVersion="1.0">

<ImportOptions ImportDummyNet="true" EnableDefaultComponentValues="true"/>

</c:Control>