ProcedureTerrainFollow#

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

Bases: IProcedure

Class defining a terrain following procedure.

Overview#

get_as_procedure

Get the procedure interface.

altitude_agl

Get or set the altitude above ground level the aircraft will fly.

navigation_options

Get the navigation options.

terrain_following_airspeed_options

Get the terrain following airspeed options.

reduce_turn_radii

Option to use the minimum speed to compute the turn radius.

turn_factor

Get or set the maximum turn radius factor.

Import detail#

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

Property detail#

property ProcedureTerrainFollow.altitude_agl: float#

Get or set the altitude above ground level the aircraft will fly.

property ProcedureTerrainFollow.navigation_options: NavigationOptions#

Get the navigation options.

property ProcedureTerrainFollow.terrain_following_airspeed_options: CruiseAirspeedOptions#

Get the terrain following airspeed options.

property ProcedureTerrainFollow.reduce_turn_radii: bool#

Option to use the minimum speed to compute the turn radius.

property ProcedureTerrainFollow.turn_factor: float#

Get or set the maximum turn radius factor.

Method detail#

ProcedureTerrainFollow.get_as_procedure(self) IProcedure#

Get the procedure interface.

Returns:

IProcedure