ProcedureTerrainFollow#
- class ansys.stk.core.stkobjects.aviator.ProcedureTerrainFollow#
Bases:
IProcedure
Class defining a terrain following procedure.
Overview#
Get the procedure interface. |
Get or set the altitude above ground level the aircraft will fly. |
|
Get the navigation options. |
|
Get the terrain following airspeed options. |
|
Option to use the minimum speed to compute the turn radius. |
|
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.
Get the navigation options.
- property ProcedureTerrainFollow.terrain_following_airspeed_options: CruiseAirspeedOptions#
Get the terrain following airspeed options.
Method detail#
- ProcedureTerrainFollow.get_as_procedure(self) IProcedure #
Get the procedure interface.
- Returns:
IProcedure