IPOPTResultCollection#

class ansys.stk.core.stkobjects.astrogator.IPOPTResultCollection#

IPOPT result collection.

Overview#

item

Allow you to iterate through the collection.

get_result_by_paths

Return the result specified by the object/result names.

_new_enum

Allow you to enumerate through the collection.

count

Return the size of the collection.

Import detail#

from ansys.stk.core.stkobjects.astrogator import IPOPTResultCollection

Property detail#

property IPOPTResultCollection._new_enum: EnumeratorProxy#

Allow you to enumerate through the collection.

property IPOPTResultCollection.count: int#

Return the size of the collection.

Method detail#

IPOPTResultCollection.item(self, index: int) IPOPTResult#

Allow you to iterate through the collection.

Parameters:

index : int

Returns:

IPOPTResult

IPOPTResultCollection.get_result_by_paths(self, object_path: str, result_path: str) IPOPTResult#

Return the result specified by the object/result names.

Parameters:

object_path : str

result_path : str

Returns:

IPOPTResult