ControlManeuver#

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

IntEnum

Overview#

FINITE_CARTESIAN_X

The Cartesian X component of the thrust vector.

FINITE_CARTESIAN_Y

The Cartesian Y component of the thrust vector.

FINITE_CARTESIAN_Z

The Cartesian Z component of the thrust vector.

FINITE_EULER_ANGLES1

The Euler A (Phi) component of the rotation from the reference axes to the body frame.

FINITE_EULER_ANGLES2

The Euler B (Theta) component of the rotation from the reference axes to the body frame.

FINITE_EULER_ANGLES3

The Euler C (Psi) component of the rotation from the reference axes to the body frame.

FINITE_SPHERICAL_AZIMUTH

The spherical azimuth component of the thrust vector.

FINITE_SPHERICAL_ELEVATION

The spherical elevation component of the thrust vector.

IMPULSIVE_CARTESIAN_X

The Cartesian X component of the thrust vector.

IMPULSIVE_CARTESIAN_Y

The Cartesian Y component of the thrust vector.

IMPULSIVE_CARTESIAN_Z

The Cartesian Z component of the thrust vector.

IMPULSIVE_EULER_ANGLES1

The Euler A (Phi) component of the rotation from the reference axes to the body frame.

IMPULSIVE_EULER_ANGLES2

The Euler B (Theta) component of the rotation from the reference axes to the body frame.

IMPULSIVE_EULER_ANGLES3

The Euler C (Psi) component of the rotation from the reference axes to the body frame.

IMPULSIVE_SPHERICAL_AZIMUTH

The spherical azimuth component of the thrust vector.

IMPULSIVE_SPHERICAL_ELEVATION

The spherical elevation component of the thrust vector.

IMPULSIVE_SPHERICAL_MAGNITUDE

The spherical magnitude component of the thrust vector.

FINITE_BURN_CENTER_BIAS

The burn center bias of the thrust.

FINITE_THRUST_EFFICIENCY

The thrust efficiency value.

FINITE_AZIMUTH_CONSTANT_TERM

The time varying azimuth polynomial constant term.

FINITE_AZIMUTH_LINEAR_TERM

The time varying azimuth polynomial linear term.

FINITE_AZIMUTH_QUADRATIC_TERM

The time varying azimuth polynomial quadratic term.

FINITE_AZIMUTH_CUBIC_TERM

The time varying azimuth polynomial cubic term.

FINITE_AZIMUTH_QUARTIC_TERM

The time varying azimuth polynomial quartic term.

FINITE_AZIMUTH_SINUSOIDAL_AMPLITUDE

The time varying azimuth sine amplitude term.

FINITE_AZIMUTH_SINUSOIDAL_FREQUENCY

The time varying azimuth sine frequency term.

FINITE_AZIMUTH_SINUSOIDAL_PHASE

The time varying azimuth sine phase term.

FINITE_ELEVATION_CONSTANT_TERM

The time varying elevation polynomial constant term.

FINITE_ELEVATION_LINEAR_TERM

The time varying elevation polynomial linear term.

FINITE_ELEVATION_QUADRATIC_TERM

The time varying elevation polynomial quadratic term.

FINITE_ELEVATION_CUBIC_TERM

The time varying elevation polynomial cubic term.

FINITE_ELEVATION_QUARTIC_TERM

The time varying elevation polynomial quartic term.

FINITE_ELEVATION_SINUSOIDAL_AMPLITUDE

The time varying elevation sine amplitude term.

FINITE_ELEVATION_SINUSOIDAL_FREQUENCY

The time varying elevation sine frequency term.

FINITE_ELEVATION_SINUSOIDAL_PHASE

The time varying elevation sine phase term.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ControlManeuver