ClassicalSizeShapePeriod#

class ansys.stk.core.stkobjects.ClassicalSizeShapePeriod#

Bases: IClassicalSizeShape

Orbit size and shape using Period and Eccentricity.

Overview#

period

Get or set the duration of one orbit, based on assumed two-body motion. Uses Time 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 ClassicalSizeShapePeriod

Property detail#

property ClassicalSizeShapePeriod.period: float#

Get or set the duration of one orbit, based on assumed two-body motion. Uses Time Dimension.

property ClassicalSizeShapePeriod.eccentricity: float#

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