ProfileSearchPlugin#

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

Bases: IProfile, IRuntimeTypeInfoProvider

The plugin search profile.

Overview#

controls

Get the selected control parameters.

results

Get the selected equality constraints.

plugin_config

Get the properties of the selected plugin.

plugin_identifier

Get the plugin identifier.

scripting_tool

Return the Scripting tool for the sequence.

reset_controls_before_run

Reset controls before each run.

targeter_graphs

Graphs.

log_file

Name of the log file for this profile.

Import detail#

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

Property detail#

property ProfileSearchPlugin.controls: SearchPluginControlCollection#

Get the selected control parameters.

property ProfileSearchPlugin.results: SearchPluginResultCollection#

Get the selected equality constraints.

property ProfileSearchPlugin.plugin_config: PluginProperties#

Get the properties of the selected plugin.

property ProfileSearchPlugin.plugin_identifier: str#

Get the plugin identifier.

property ProfileSearchPlugin.scripting_tool: ScriptingTool#

Return the Scripting tool for the sequence.

property ProfileSearchPlugin.reset_controls_before_run: bool#

Reset controls before each run.

property ProfileSearchPlugin.targeter_graphs: TargeterGraphCollection#

Graphs.

property ProfileSearchPlugin.log_file: str#

Name of the log file for this profile.