RCAIDE.Framework.Analyses.Vehicle

Vehicle#

class Vehicle[source]#

Bases: Container

The Vehicle Analyses Container Class

Assumptions: None

Source: N/A

append(analysis)[source]#

This is used to add new analyses to the container.

Assumptions: None

Source: N/A

Inputs: Analysis to be added

Outputs: None

Properties Used: N/A

__init__(*args, **kwarg)[source]#

This sets the initialization behavior of the vehicle analysis container. Maps analysis paths to string keys.

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A

get_root(analysis)[source]#

This is used to determine the root of the analysis path associated with a particular analysis key by the analysis map.

Assumptions: None

Source: N/A

Inputs: Analysis key to be checked

Outputs: Path root of analysis

Properties Used: N/A