GoldenSectionResultCollection#

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

Properties for the list of Golden Section result parameters.

Overview#

item

Allow you to iterate through the collection.

get_result_by_paths

Return the result specified by the object/result path.

_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 GoldenSectionResultCollection

Property detail#

property GoldenSectionResultCollection._new_enum: EnumeratorProxy#

Allow you to enumerate through the collection.

property GoldenSectionResultCollection.count: int#

Return the size of the collection.

Method detail#

GoldenSectionResultCollection.item(self, index: int) GoldenSectionResult#

Allow you to iterate through the collection.

Parameters:

index : int

Returns:

GoldenSectionResult

GoldenSectionResultCollection.get_result_by_paths(self, object_path: str, result_path: str) GoldenSectionResult#

Return the result specified by the object/result path.

Parameters:

object_path : str

result_path : str

Returns:

GoldenSectionResult