SearchPluginControlCollection#

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

The list of search plugin 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

Property that allows you to enumerate through the collection.

count

Return the size of the collection.

Import detail#

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

Property detail#

property SearchPluginControlCollection._new_enum: EnumeratorProxy#

Property that allows you to enumerate through the collection.

property SearchPluginControlCollection.count: int#

Return the size of the collection.

Method detail#

SearchPluginControlCollection.item(self, index: int) SearchPluginControl#

Allow you to iterate through the collection.

Parameters:

index : int

Returns:

SearchPluginControl

SearchPluginControlCollection.get_control_by_paths(self, object_path: str, control_path: str) SearchPluginControl#

Return the control specified by the object/control path.

Parameters:

object_path : str

control_path : str

Returns:

SearchPluginControl