Hello, I am quite new to SUAVE and I am trying to expand the mission of the tutorial c172 script to include a climb and a descent phase. While doing this I ran into the following errors:
File ~\anaconda3\envs\C172\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Core\Data.py:67 in __getattribute__
return dictgetitem(self,k)
KeyError: 'rpm'
and
File ~\anaconda3\envs\C172\lib\site-packages\suave-2.5.2-py3.9.egg\SUAVE\Core\Data.py:69 in __getattribute__
return objgetattrib(self,k)
AttributeError: 'Conditions' object has no attribute 'rpm'
These errors only occur when I added the climb phase, without it, the script runs with no issue.
Does anyone know how to fix this error?
Thank you in advance.
Augustas.