ER3BPFunc#

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

Bases: IComponentInfo, ICloneable

ER3BP Function.

Overview#

secondary_name

Get or set the secondary body which should be consistently defined with ER3BP model definitions.

ephemeris_epoch

Get the epoch from which the eccentricity value is reported from the secondary.

true_anomaly

Get the true anomaly used for initializing ideal secondary.

eccentricity

Get the eccentricity at the reference epoch for the secondary’s orbit.

mass_parameter

Get the mass parameter computed from the primary and secondary bodies.

characteristic_distance

Get the characteristic distance computed from the primary and secondary bodies.

characteristic_time

Get the characteristic time computed from the primary and secondary bodies.

characteristic_velocity

Get the characteristic velocity computed from the primary and secondary bodies.

characteristic_acceleration

Get the characteristic acceleration computed from the primary and secondary bodies.

Import detail#

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

Property detail#

property ER3BPFunc.secondary_name: str#

Get or set the secondary body which should be consistently defined with ER3BP model definitions.

property ER3BPFunc.ephemeris_epoch: Any#

Get the epoch from which the eccentricity value is reported from the secondary.

property ER3BPFunc.true_anomaly: Any#

Get the true anomaly used for initializing ideal secondary.

property ER3BPFunc.eccentricity: float#

Get the eccentricity at the reference epoch for the secondary’s orbit.

property ER3BPFunc.mass_parameter: float#

Get the mass parameter computed from the primary and secondary bodies.

property ER3BPFunc.characteristic_distance: float#

Get the characteristic distance computed from the primary and secondary bodies.

property ER3BPFunc.characteristic_time: float#

Get the characteristic time computed from the primary and secondary bodies.

property ER3BPFunc.characteristic_velocity: float#

Get the characteristic velocity computed from the primary and secondary bodies.

property ER3BPFunc.characteristic_acceleration: float#

Get the characteristic acceleration computed from the primary and secondary bodies.