Importing Cadence APD/ALLEGRO/SIP Files into the Layout Editor

The Electronics Desktop supports Extracta Import from Cadence. Note that Extracta.Exe is a Cadence supplied executable and must be installed on your machine and on your executable path for this to work. To access the window shown in the following diagram, refer to Importing Files into the Layout Editor. Once a .brd, .sip, or .mcm file is selected, an explorer window opens.

The window is initialized with the nets on the imported design.

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.