ScenarioEarthData#

class ansys.stk.core.stkobjects.ScenarioEarthData#

Class defining the Earth Orientation Parameters of a Scenario.

Overview#

reload_eop

Reload the EOP file.

eop_filename

Filename of an EOP file (.dat) located in the DynamicEarthData directory or an EOP file (.txt) provided by CelesTrak, which can be downloaded from http://celestrak.org/SpaceData/.

eop_start_time

Start time of the EOP data. Uses DateFormat Dimension.

eop_stop_time

Stop time of the EOP data. Uses DateFormat Dimension.

Import detail#

from ansys.stk.core.stkobjects import ScenarioEarthData

Property detail#

property ScenarioEarthData.eop_filename: str#

Filename of an EOP file (.dat) located in the DynamicEarthData directory or an EOP file (.txt) provided by CelesTrak, which can be downloaded from http://celestrak.org/SpaceData/.

property ScenarioEarthData.eop_start_time: Any#

Start time of the EOP data. Uses DateFormat Dimension.

property ScenarioEarthData.eop_stop_time: Any#

Stop time of the EOP data. Uses DateFormat Dimension.

Method detail#

ScenarioEarthData.reload_eop(self) None#

Reload the EOP file.

Returns:

None