ProfileGoldenSection#

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

Bases: IProfile, IRuntimeTypeInfoProvider

The Golden Section profile.

Overview#

controls

Get the list of control parameters defined for the profile.

enable_display_status

If true, a page will appear during the targeting run to report the status of the targeting effort in terms of proximity to the desired value for each dependent variable in the profile.

log_file

Name of the log file for this profile.

max_iterations

Get or set the number of complete iterations of the profile to try before stopping. Dimensionless.

results

Get the list of results defined for the profile.

scripting_tool

Return the Scripting tool for the sequence.

targeter_graphs

Graphs.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ProfileGoldenSection

Property detail#

property ProfileGoldenSection.controls: GoldenSectionControlCollection#

Get the list of control parameters defined for the profile.

property ProfileGoldenSection.enable_display_status: bool#

If true, a page will appear during the targeting run to report the status of the targeting effort in terms of proximity to the desired value for each dependent variable in the profile.

property ProfileGoldenSection.log_file: str#

Name of the log file for this profile.

property ProfileGoldenSection.max_iterations: int#

Get or set the number of complete iterations of the profile to try before stopping. Dimensionless.

property ProfileGoldenSection.results: GoldenSectionResultCollection#

Get the list of results defined for the profile.

property ProfileGoldenSection.scripting_tool: ScriptingTool#

Return the Scripting tool for the sequence.

property ProfileGoldenSection.targeter_graphs: TargeterGraphCollection#

Graphs.