ManeuverFinite#
- class ansys.stk.core.stkobjects.astrogator.ManeuverFinite#
Bases:
IManeuver
,IRuntimeTypeInfoProvider
The Finite Maneuver.
Overview#
Get or set the pressure mode. |
|
Get or set the thrust efficiency value. Any number above zero is valid, with typical values around 0.98 to 1.02. Dimensionless. |
|
Thrust - the calculations that are effected by the thrust efficiency value. |
|
Get the propagator. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ManeuverFinite
Property detail#
- property ManeuverFinite.pressure_mode: PressureMode#
Get or set the pressure mode.
- property ManeuverFinite.thrust_efficiency: float#
Get or set the thrust efficiency value. Any number above zero is valid, with typical values around 0.98 to 1.02. Dimensionless.
- property ManeuverFinite.thrust_efficiency_mode: ThrustType#
Thrust - the calculations that are effected by the thrust efficiency value.
- property ManeuverFinite.propagator: ManeuverFinitePropagator#
Get the propagator.