ClassicalSizeShapeMeanMotion#

class ansys.stk.core.stkobjects.ClassicalSizeShapeMeanMotion#

Bases: IClassicalSizeShape

Orbit size and shape using Mean Motion and Eccentricity.

Overview#

mean_motion

Identifies the number of orbits per day (86400 sec/period), based on assumed two-body motion. Uses AngleRate Dimension.

eccentricity

Describes the shape of the ellipse (a real number >= 0 and <1, where 0 = a circular orbit). Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import ClassicalSizeShapeMeanMotion

Property detail#

property ClassicalSizeShapeMeanMotion.mean_motion: float#

Identifies the number of orbits per day (86400 sec/period), based on assumed two-body motion. Uses AngleRate Dimension.

property ClassicalSizeShapeMeanMotion.eccentricity: float#

Describes the shape of the ellipse (a real number >= 0 and <1, where 0 = a circular orbit). Dimensionless.