PropagatorSGP4CommonTasks#

class ansys.stk.core.stkobjects.PropagatorSGP4CommonTasks#

Most commonly used functionality when working with SGP4 propagator.

Overview#

add_segments_from_file

Search the specified file for elements matching the specified SSC number and adds them to the collection.

add_segments_from_online_source

Search the online source (AGI server) for elements matching the specified SSC number and adds them to the collection. The method uses the propagator’s start/stop.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSGP4CommonTasks

Method detail#

PropagatorSGP4CommonTasks.add_segments_from_file(self, ssc_number: str, file_name: str) None#

Search the specified file for elements matching the specified SSC number and adds them to the collection.

Parameters:

ssc_number : str

file_name : str

Returns:

None

PropagatorSGP4CommonTasks.add_segments_from_online_source(self, ssc_num: str) None#

Search the online source (AGI server) for elements matching the specified SSC number and adds them to the collection. The method uses the propagator’s start/stop.

Parameters:

ssc_num : str

Returns:

None