ElementTargetVectorOutgoingAsymptote#

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

Bases: IElement

Target Vector Outgoing Asymptote elements.

Overview#

radius_of_periapsis

Radius of Periapsis. Uses Distance Dimension.

c3_energy

C3Energy (Rate Squared).

right_ascension_of_outgoing_asymptote

Right Ascension of Incoming Asymptote. Uses Angle Dimension.

declination_of_outgoing_asymptote

Declination of Incoming Asymptote. Uses Angle Dimension.

velocity_azimuth_periapsis

Velocity Azimuth at Periapsis. Uses Angle Dimension.

true_anomaly

True Anomaly. Uses Angle Dimension.

Import detail#

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

Property detail#

property ElementTargetVectorOutgoingAsymptote.radius_of_periapsis: float#

Radius of Periapsis. Uses Distance Dimension.

property ElementTargetVectorOutgoingAsymptote.c3_energy: float#

C3Energy (Rate Squared).

property ElementTargetVectorOutgoingAsymptote.right_ascension_of_outgoing_asymptote: Any#

Right Ascension of Incoming Asymptote. Uses Angle Dimension.

property ElementTargetVectorOutgoingAsymptote.declination_of_outgoing_asymptote: Any#

Declination of Incoming Asymptote. Uses Angle Dimension.

property ElementTargetVectorOutgoingAsymptote.velocity_azimuth_periapsis: Any#

Velocity Azimuth at Periapsis. Uses Angle Dimension.

property ElementTargetVectorOutgoingAsymptote.true_anomaly: Any#

True Anomaly. Uses Angle Dimension.