GoldenSectionControlCollection#

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

Properties for the list of Golden Section control parameters.

Overview#

item

Allow you to iterate through the collection.

get_control_by_paths

Return the control specified by the object/control 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 GoldenSectionControlCollection

Property detail#

property GoldenSectionControlCollection._new_enum: EnumeratorProxy#

Allow you to enumerate through the collection.

property GoldenSectionControlCollection.count: int#

Return the size of the collection.

Method detail#

GoldenSectionControlCollection.item(self, index: int) GoldenSectionControl#

Allow you to iterate through the collection.

Parameters:

index : int

Returns:

GoldenSectionControl

GoldenSectionControlCollection.get_control_by_paths(self, object_path: str, control_path: str) GoldenSectionControl#

Return the control specified by the object/control path.

Parameters:

object_path : str

control_path : str

Returns:

GoldenSectionControl