ProfileBisection#
- class ansys.stk.core.stkobjects.astrogator.ProfileBisection#
Bases:
IProfile
,IRuntimeTypeInfoProvider
Single Parameter Bisection profile.
Overview#
Get the list of control parameters defined for the profile. |
|
Get the list of results defined for the profile. |
|
Graphs. |
|
Return the Scripting tool for the sequence. |
|
Reset controls before each run. |
|
Get or set the maximum number of iterations allowed. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ProfileBisection
Property detail#
- property ProfileBisection.control_parameters: BisectionControlCollection#
Get the list of control parameters defined for the profile.
- property ProfileBisection.results: BisectionResultCollection#
Get the list of results defined for the profile.
- property ProfileBisection.targeter_graphs: TargeterGraphCollection#
Graphs.
- property ProfileBisection.scripting_tool: ScriptingTool#
Return the Scripting tool for the sequence.