SNOPTControlCollection#
- class ansys.stk.core.stkobjects.astrogator.SNOPTControlCollection#
SNOPT control collection.
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 SNOPTControlCollection
Property detail#
- property SNOPTControlCollection._new_enum: EnumeratorProxy#
Allow you to enumerate through the collection.
Method detail#
- SNOPTControlCollection.get_control_by_paths(self, object_path: str, control_path: str) SNOPTControl #
Return the control specified by the object/control path.
- SNOPTControlCollection.item(self, index: int) SNOPTControl #
Allow you to iterate through the collection.
- Parameters:
index :
int
- Returns:
SNOPTControl