SNOPTResultCollection#
- class ansys.stk.core.stkobjects.astrogator.SNOPTResultCollection#
SNOPT result collection.
Overview#
Return the result specified by the object/result names. |
|
Allow you to iterate through the collection. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import SNOPTResultCollection
Property detail#
- property SNOPTResultCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- SNOPTResultCollection.get_result_by_paths(self, object_path: str, result_path: str) SNOPTResult #
Return the result specified by the object/result names.
- SNOPTResultCollection.item(self, index: int) SNOPTResult #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
SNOPTResult