ProfileGridSearch#
- class ansys.stk.core.stkobjects.astrogator.ProfileGridSearch#
Bases:
IProfile
,IRuntimeTypeInfoProvider
The Grid Search profile.
Overview#
Graphs. |
|
Return the Scripting tool for the sequence. |
|
Get the list of control parameters defined for the profile. |
|
Get the list of results defined for the profile. |
|
Name of the log file for this profile. |
|
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. |
|
If true, a plot is automatically generate the selected result value versus the control value for the grid search when the profile runs. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ProfileGridSearch
Property detail#
- property ProfileGridSearch.targeter_graphs: TargeterGraphCollection#
Graphs.
- property ProfileGridSearch.scripting_tool: ScriptingTool#
Return the Scripting tool for the sequence.
- property ProfileGridSearch.controls: GridSearchControlCollection#
Get the list of control parameters defined for the profile.
- property ProfileGridSearch.results: GridSearchResultCollection#
Get the list of results defined for the profile.