GridSearchControlCollection#
- class ansys.stk.core.stkobjects.astrogator.GridSearchControlCollection#
Properties for the list of Grid Search control parameters.
Overview#
Return the control specified by the object/control path. |
|
Allow you to iterate through the collection. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import GridSearchControlCollection
Property detail#
- property GridSearchControlCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- GridSearchControlCollection.get_control_by_paths(self, object_path: str, control_path: str) GridSearchControl #
Return the control specified by the object/control path.
- GridSearchControlCollection.item(self, index: int) GridSearchControl #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
GridSearchControl