PropagatorSTKExternal#
- class ansys.stk.core.stkobjects.PropagatorSTKExternal#
Bases:
IPropagator
Class defining the STK External propagator.
Overview#
Propagates the satelliteβs path using the specified time interval. |
Get the start time of ephemeris interval. Uses DateFormat Dimension. |
|
Get the stop time of ephemeris interval. Uses DateFormat Dimension. |
|
Step size. Uses Time Dimension. |
|
Name of external file. |
|
Opt whether to override times contained in the external file. |
|
Ephemeris file format. |
|
If overriding the times contained in the external file, specify the time of the first ephemeris point. |
|
Limit ephemeris for analysis to the Scenario Interval. |
|
Message level used to report messages during file loading. |
Import detail#
from ansys.stk.core.stkobjects import PropagatorSTKExternal
Property detail#
- property PropagatorSTKExternal.start_time: Any#
Get the start time of ephemeris interval. Uses DateFormat Dimension.
- property PropagatorSTKExternal.stop_time: Any#
Get the stop time of ephemeris interval. Uses DateFormat Dimension.
- property PropagatorSTKExternal.override: bool#
Opt whether to override times contained in the external file.
- property PropagatorSTKExternal.file_format: ExternalEphemerisFormatType#
Ephemeris file format.
- property PropagatorSTKExternal.ephemeris_start_epoch: ITimeToolInstantSmartEpoch#
If overriding the times contained in the external file, specify the time of the first ephemeris point.
- property PropagatorSTKExternal.limit_ephemeris_to_scenario_interval: bool#
Limit ephemeris for analysis to the Scenario Interval.
- property PropagatorSTKExternal.message_level: ExternalFileMessageLevelType#
Message level used to report messages during file loading.