ManeuverOptimalFinitePathBoundaryConditions#
- class ansys.stk.core.stkobjects.astrogator.ManeuverOptimalFinitePathBoundaryConditions#
Properties of path boundary conditions for optimal finite maneuver.
Overview#
Compute path boundary conditions from initial guess. |
|
Bound limits for element a. |
|
Bound limits for element h. |
|
Bound limits for element k. |
|
Bound limits for element p. |
|
Bound limits for element q. |
|
Bound limits for element L. |
|
Thrust direction azimuth lower bound along the path. |
|
Thrust direction azimuth upper bound along the path. |
|
Thrust direction elevation lower bound along the path. |
|
Thrust direction elevation upper bound along the path. |
|
Return the RuntimeTypeInfo interface to access properties at runtime. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ManeuverOptimalFinitePathBoundaryConditions
Property detail#
- property ManeuverOptimalFinitePathBoundaryConditions.compute_from_initial_guess: bool#
Compute path boundary conditions from initial guess.
- property ManeuverOptimalFinitePathBoundaryConditions.a: ManeuverOptimalFiniteBounds#
Bound limits for element a.
- property ManeuverOptimalFinitePathBoundaryConditions.h: ManeuverOptimalFiniteBounds#
Bound limits for element h.
- property ManeuverOptimalFinitePathBoundaryConditions.k: ManeuverOptimalFiniteBounds#
Bound limits for element k.
- property ManeuverOptimalFinitePathBoundaryConditions.p: ManeuverOptimalFiniteBounds#
Bound limits for element p.
- property ManeuverOptimalFinitePathBoundaryConditions.q: ManeuverOptimalFiniteBounds#
Bound limits for element q.
- property ManeuverOptimalFinitePathBoundaryConditions.l: ManeuverOptimalFiniteBounds#
Bound limits for element L.
- property ManeuverOptimalFinitePathBoundaryConditions.lower_bound_azimuth: float#
Thrust direction azimuth lower bound along the path.
- property ManeuverOptimalFinitePathBoundaryConditions.upper_bound_azimuth: float#
Thrust direction azimuth upper bound along the path.
- property ManeuverOptimalFinitePathBoundaryConditions.lower_bound_elevation: float#
Thrust direction elevation lower bound along the path.
- property ManeuverOptimalFinitePathBoundaryConditions.upper_bound_elevation: float#
Thrust direction elevation upper bound along the path.
- property ManeuverOptimalFinitePathBoundaryConditions.provide_runtime_type_info: RuntimeTypeInfo#
Return the RuntimeTypeInfo interface to access properties at runtime.