SearchPluginResultCollection#

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

The list of search plugin equality constraints.

Overview#

item

Allow you to iterate through the collection.

get_result_by_paths

Return the result specified by the object/result path.

_new_enum

Function to enumerate through the collection.

count

Size of the collection.

Import detail#

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

Property detail#

property SearchPluginResultCollection._new_enum: EnumeratorProxy#

Function to enumerate through the collection.

property SearchPluginResultCollection.count: int#

Size of the collection.

Method detail#

SearchPluginResultCollection.item(self, index: int) SearchPluginResult#

Allow you to iterate through the collection.

Parameters:

index : int

Returns:

SearchPluginResult

SearchPluginResultCollection.get_result_by_paths(self, object_path: str, result_path: str) SearchPluginResult#

Return the result specified by the object/result path.

Parameters:

object_path : str

result_path : str

Returns:

SearchPluginResult