SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
Plugins

These are external packages that have been incorporated into SUAVE. More...

Functions

def SUAVE.Plugins.load_plugin.load_plugin (package_name)
 

Detailed Description

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.

Function Documentation

◆ load_plugin()

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