Importing ODB++ into the Layout Editor

The Electronics Desktop supports importing ODB++ from many platforms. The translator relies on optional information in the EDA data file and component layer files to integrate the manufacturing data into PCB level objects such as Padstacks. If this data is missing the design may not be imported correctly. When first importing a design into Electronics Desktop, please make note of any error or warning messages; common issues include:

To access the window shown in the following diagram, refer to Importing Files into the Layout Editor. Select a .tgz file or a Windows directory to import, to open the ODB++ Import window.

The window is initialized with the nets and layers on the imported design. Note that while signal layers can be excluded, they are imported if a hole begins or ends on that layer. Excluding layers can speed up both the translation and import into Electronics Desktop. Excluding nets can also speed up the import of a design into Electronics Desktop and make the design easier to work with.

Layers Pane

Nets Pane

Options Pane

Control File Usage

Importing a control file into the window preserves not only the layer settings but also the Component property section of the .xml file. This means that if you import the following control file C28 has a value of 4.7nF.

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

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

<Components schemaVersion="1.0">

<TypeMap>

<!-- Match C28 exactly -->

<RefDes RegEx="C28" Type="Capacitor" SC_Value="4.7n"/>

</TypeMap>

</Components>

</c:Control>

For details on the TypeMap see ODB++ Control File Part Mapping.

Related Topics:

Creating or Editing Package Definitions for Components