Component Design with External Files

Initial - June 12, 2025
Updated - July 25, 2025

This document and set of examples demonstrate how to create a component that links external resources such as source code (*.c, *.cpp, *.h, *.f, *.f90, *.m), semi-compiled library files (*.o, *.obj, *.lib), and fully compiled libraries (*.dll) into a component. The scope is limited to control components and does not provide any documentation on dealing with electrical nodes, branches or other kinds of electrical properties of the component.

Examples

Back