PropagatorSGP4OnlineLoad#

class ansys.stk.core.stkobjects.PropagatorSGP4OnlineLoad#

Bases: IPropagatorSGP4LoadData

SGP4 propagator. Allows the user to load segments from online.

Overview#

get_segments_from_online

Return an array with all segments related to the supplied SSC number.

add_segments_from_online

Accept an array of segments to add.

load_newest

Use this is you want to grab the latest segment with the given SSC number.

start_time

Start time to look for segments. Uses DateFormat Dimension.

stop_time

Stop time to look for segments. Uses DateFormat Dimension.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSGP4OnlineLoad

Property detail#

property PropagatorSGP4OnlineLoad.load_newest: bool#

Use this is you want to grab the latest segment with the given SSC number.

property PropagatorSGP4OnlineLoad.start_time: Any#

Start time to look for segments. Uses DateFormat Dimension.

property PropagatorSGP4OnlineLoad.stop_time: Any#

Stop time to look for segments. Uses DateFormat Dimension.

Method detail#

PropagatorSGP4OnlineLoad.get_segments_from_online(self, ssc_num: str) list#

Return an array with all segments related to the supplied SSC number.

Parameters:

ssc_num : str

Returns:

list

PropagatorSGP4OnlineLoad.add_segments_from_online(self, segments: list) None#

Accept an array of segments to add.

Parameters:

segments : list

Returns:

None