PropagatorSGP4SegmentCollection#

class ansys.stk.core.stkobjects.PropagatorSGP4SegmentCollection#

Set of Trajectories.

Overview#

item

Get the item for the specified index.

add_segment

Add a default segment.

remove_segment

Remove a Segment given an index.

remove_all_segments

Remove all the segments in the collection.

count

Get the size of the collection.

_new_enum

Enumerates the elements of the collection.

load_method_type

File Load Type.

load_method

File Load Data.

routine_type

Get or set whether a routine type being used.

available_routines

An array of strings returning all available routine types.

maximum_number_of_elements

Max number of elements. Dimensionless.

ssc_number

Catalog number of the spacecraft. Note that any changes to the SSCNumber will reset the element set collection. Importing elements from file or online storage will also reset the SSCNumber.

Import detail#

from ansys.stk.core.stkobjects import PropagatorSGP4SegmentCollection

Property detail#

property PropagatorSGP4SegmentCollection.count: int#

Get the size of the collection.

property PropagatorSGP4SegmentCollection._new_enum: EnumeratorProxy#

Enumerates the elements of the collection.

property PropagatorSGP4SegmentCollection.load_method_type: LoadMethod#

File Load Type.

property PropagatorSGP4SegmentCollection.load_method: IPropagatorSGP4LoadData#

File Load Data.

property PropagatorSGP4SegmentCollection.routine_type: str#

Get or set whether a routine type being used.

property PropagatorSGP4SegmentCollection.available_routines: list#

An array of strings returning all available routine types.

property PropagatorSGP4SegmentCollection.maximum_number_of_elements: int#

Max number of elements. Dimensionless.

property PropagatorSGP4SegmentCollection.ssc_number: str#

Catalog number of the spacecraft. Note that any changes to the SSCNumber will reset the element set collection. Importing elements from file or online storage will also reset the SSCNumber.

Method detail#

PropagatorSGP4SegmentCollection.item(self, index: int) PropagatorSGP4Segment#

Get the item for the specified index.

Parameters:

index : int

Returns:

PropagatorSGP4Segment

PropagatorSGP4SegmentCollection.add_segment(self) PropagatorSGP4Segment#

Add a default segment.

Returns:

PropagatorSGP4Segment

PropagatorSGP4SegmentCollection.remove_segment(self, index: int) None#

Remove a Segment given an index.

Parameters:

index : int

Returns:

None

PropagatorSGP4SegmentCollection.remove_all_segments(self) None#

Remove all the segments in the collection.

Returns:

None