ProfileGoldenSection#

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

Bases: IProfile, IRuntimeTypeInfoProvider

The Golden Section profile.

Overview#

targeter_graphs

Graphs.

scripting_tool

Return the Scripting tool for the sequence.

controls

Get the list of control parameters defined for the profile.

results

Get the list of results defined for the profile.

max_iterations

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

log_file

Name of the log file for this 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.

Import detail#

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

Property detail#

property ProfileGoldenSection.targeter_graphs: TargeterGraphCollection#

Graphs.

property ProfileGoldenSection.scripting_tool: ScriptingTool#

Return the Scripting tool for the sequence.

property ProfileGoldenSection.controls: GoldenSectionControlCollection#

Get the list of control parameters defined for the profile.

property ProfileGoldenSection.results: GoldenSectionResultCollection#

Get the list of results defined for the profile.

property ProfileGoldenSection.max_iterations: int#

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

property ProfileGoldenSection.log_file: str#

Name of the log file for this 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.