These are external packages that have been incorporated into SUAVE. More...
Functions | |
def | SUAVE.Plugins.load_plugin.load_plugin (package_name) |
These are external packages that have been incorporated into SUAVE.
SUAVE specific documentation is not used for these packages. Currently the only package used is pint.
def SUAVE.Plugins.load_plugin.load_plugin | ( | package_name | ) |
This function loads a package that uses absolute package imports by temporarily modifying the python sys.path. Assumptions: Packages are in the same folder as load_plugin.py Source: N/A Inputs: package_name <string> name of the package to import Outputs: package imported package Properties Used: N/A