ManeuverFinite#

class ansys.stk.core.stkobjects.astrogator.ManeuverFinite#

Bases: IManeuver, IRuntimeTypeInfoProvider

The Finite Maneuver.

Overview#

pressure_mode

Get or set the pressure mode.

thrust_efficiency

Get or set the thrust efficiency value. Any number above zero is valid, with typical values around 0.98 to 1.02. Dimensionless.

thrust_efficiency_mode

Thrust - the calculations that are effected by the thrust efficiency value.

propagator

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.