PlanetPositionCentralBody#

class ansys.stk.core.stkobjects.PlanetPositionCentralBody#

Bases: IPositionSourceData

Class defining central body used to define Planet object.

Overview#

central_body

The central body used in defining the planet object.

rename_automatically

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

radius

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

ephemeris_source

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

available_central_bodies

Return an array of all available Central Bodies.

available_ephemeris_source_types

Return an array of all available Ephemeris Source Types.

jplde_version

Return a JPL DE Version.

Import detail#

from ansys.stk.core.stkobjects import PlanetPositionCentralBody

Property detail#

property PlanetPositionCentralBody.central_body: str#

The central body used in defining the planet object.

property PlanetPositionCentralBody.rename_automatically: bool#

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

property PlanetPositionCentralBody.radius: float#

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

property PlanetPositionCentralBody.ephemeris_source: EphemSourceType#

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

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.jplde_version: str#

Return a JPL DE Version.