PropagatorSGP4SegmentCollection#
- class ansys.stk.core.stkobjects.PropagatorSGP4SegmentCollection#
Set of Trajectories.
Overview#
Get the item for the specified index. |
|
Add a default segment. |
|
Remove a Segment given an index. |
|
Remove all the segments in the collection. |
Get the size of the collection. |
|
Enumerates the elements of the collection. |
|
File Load Type. |
|
File Load Data. |
|
Get or set whether a routine type being used. |
|
An array of strings returning all available routine types. |
|
Max number of elements. Dimensionless. |
|
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._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.
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