ManeuverOptimalFinitePathBoundaryConditions#

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

Properties of path boundary conditions for optimal finite maneuver.

Overview#

compute_from_initial_guess

Compute path boundary conditions from initial guess.

a

Bound limits for element a.

h

Bound limits for element h.

k

Bound limits for element k.

p

Bound limits for element p.

q

Bound limits for element q.

l

Bound limits for element L.

lower_bound_azimuth

Thrust direction azimuth lower bound along the path.

upper_bound_azimuth

Thrust direction azimuth upper bound along the path.

lower_bound_elevation

Thrust direction elevation lower bound along the path.

upper_bound_elevation

Thrust direction elevation upper bound along the path.

provide_runtime_type_info

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.