PlanetPositionCentralBody#

class ansys.stk.core.stkobjects.PlanetPositionCentralBody#

Bases: IPositionSourceData

Class defining central body used to define Planet object.

Overview#

available_central_bodies

Return an array of all available Central Bodies.

available_ephemeris_source_types

Return an array of all available Ephemeris Source Types.

central_body

The central body used in defining the planet object.

ephemeris_source

The ephemeris source for the selected central body. A member of the EphemSourceType enumeration.

jplde_version

Return a JPL DE Version.

radius

The radius of the selected central body. Uses Distance Dimension.

rename_automatically

Specify whether the object should automatically be renamed to have the same name as the selected central body.

Import detail#

from ansys.stk.core.stkobjects import PlanetPositionCentralBody

Property detail#

property PlanetPositionCentralBody.available_central_bodies: list#

Return an array of all available Central Bodies.

property PlanetPositionCentralBody.available_ephemeris_source_types: list#

Return an array of all available Ephemeris Source Types.

property PlanetPositionCentralBody.central_body: str#

The central body used in defining the planet object.

property PlanetPositionCentralBody.ephemeris_source: EphemSourceType#

The ephemeris source for the selected central body. A member of the EphemSourceType enumeration.

property PlanetPositionCentralBody.jplde_version: str#

Return a JPL DE Version.

property PlanetPositionCentralBody.radius: float#

The radius of the selected central body. Uses Distance Dimension.

property PlanetPositionCentralBody.rename_automatically: bool#

Specify whether the object should automatically be renamed to have the same name as the selected central body.