Running AnsTranslator from Electronics Desktop

The ODB++ translator is a link to an external DLL that can be accessed by clicking File > Import > ODB++ which opens the import window.

Import and Export Control Buttons

Layers Pane

Nets Pane

Options Pane

When you have completed selections, click OK and the file is imported into the active Layout window.

Regular Expressions for Nets

You can use regular expressions to search for nets. These match a text pattern and use special constructions to represent strings or single characters.

To use a regular expression, enter the name of the object you want to select in the field, using wild cards when chosen. The following regular expressions are supported:

These match a text pattern and use special constructions to represent strings or single characters (e.g., net* selects all pins in nets that start with “net”, net*:1* selects pins with name that start with “1” in the nets that start with name “net”, A*:3? selects pins 31, 32, 33, 34 etc in nets, A1, ACC, AGND, AGND2).