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