next up previous contents
Next: 3.1.7 Parameters and Values Up: 3.1 Basic Facilities Previous: 3.1.5 Include Files


3.1.6 Dynamic Loading of Model Extension Libraries

Precompiled libraries containing MDL classes, parameter types, and functions can be stored into separate libraries which can be dynamically loaded on demand during runtime of the simulator. Analogous to the #include file lookup strategy an environment variable (VLIBRARYPATH) specifies the search path for such libraries:

set $VLIBRARYPATH = ".:$VPROJECT/lib/";
LoadObjectLibrary "prnt-parameters";
LoadObjectLibrary "prnt-models";



Robert Mlekus
1999-11-14