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