ProfileBisection#

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

Bases: IProfile, IRuntimeTypeInfoProvider

Single Parameter Bisection profile.

Overview#

control_parameters

Get the list of control parameters defined for the profile.

results

Get the list of results defined for the profile.

targeter_graphs

Graphs.

scripting_tool

Return the Scripting tool for the sequence.

reset_controls_before_run

Reset controls before each run.

maximum_iterations

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.

property ProfileBisection.reset_controls_before_run: bool#

Reset controls before each run.

property ProfileBisection.maximum_iterations: int#

Get or set the maximum number of iterations allowed.