GridSearchResultCollection#
- class ansys.stk.core.stkobjects.astrogator.GridSearchResultCollection#
Properties for the list of Grid Search result parameters.
Overview#
Allow you to iterate through the collection. |
|
Return the result specified by the object/result path. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import GridSearchResultCollection
Property detail#
- property GridSearchResultCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- GridSearchResultCollection.item(self, index: int) GridSearchResult #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
GridSearchResult