Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

Class Structures

In Virtuoso ADE, much of the underlying code utilizes classes. A class determines the structure and behavior of its instances, which are known as objects. A class inherits information from its parent class (or super class) and passes information to its subclass. Understanding classes will help you use some of the functions that utilize the inheritance mechanism. These functions are called methods.

The following figure shows how the classes are organized.

The class structure is organized as follows:

If an inherited feature from any level is not applicable to a lower level, you can delete or change the feature at the lower level.


Return to top
 ⠀
X