HoverAltitudeOptions#

class ansys.stk.core.stkobjects.aviator.HoverAltitudeOptions#

Class defining the altitude options for a VTOL procedure.

Overview#

altitude_reference

Get or set the altitude reference.

altitude

Get or set the altitude for the procedure.

final_altitude_rate

Get or set the altitude rate of the aircraft at the end of the procedure.

Import detail#

from ansys.stk.core.stkobjects.aviator import HoverAltitudeOptions

Property detail#

property HoverAltitudeOptions.altitude_reference: AGLMSL#

Get or set the altitude reference.

property HoverAltitudeOptions.altitude: float#

Get or set the altitude for the procedure.

property HoverAltitudeOptions.final_altitude_rate: VTOLRateMode#

Get or set the altitude rate of the aircraft at the end of the procedure.