Simple and Composite Names

Components, symbols, footprints, models, and padstacks possess either "simple" names or "composite" names. Composite names are used to distinguish items from libraries that may possess the same simple name. A composite name is created by combining an item’s library name with its simple name. Composite names for definitions are unique, but simple names are not.

To construct a composite name, select Tools > Edit Configured Libraries > Components to open the Edit Libraries dialog box. The subnames used to construct a composite name can be found in the Name and Origin columns that correspond to a particular component. The Origin column contains the library portion of the composite name, while the Name column contains the simple portion of the composite name.

VBScript Variables

A VBScript variable is a placeholder representing information that may change during the time your script is running. Variables are useful because they let you assign a short and easy to remember name to each piece of data you plan to use. Use a variable name in a script to view or modify its value.