Plug-ins <img src="images/uc.gif">

Circuit Design
...     Plug-ins

Plug-ins are user-defined components that extend the component palette for special purposes. They are implemented as extensions to the Java Plugin class. Plug-in creation is described in the (Plug-in Writer's Guide).

Plug-ins are distributed in jar files Plugins.jar, Plugins0.jar, Plugins1.jar, ..., Plugins9.jar. Plug-ins will be loaded if one or more of these files is present in the same directory as DLSim3.jar.

Using Plug-ins

Plug-ins are loaded from menus obtained by clicking TB . They are managed like any other component.

Plug-ins may contains Java Swing controls. Consult the documentation supplied by the plug-in author for specific instructions.