TargeterGraph#
- class ansys.stk.core.stkobjects.astrogator.TargeterGraph#
Bases:
IRuntimeTypeInfoProvider
Targeter Graph.
Overview#
Get or set the name of the graph. |
|
Generate the graph while MCS is being run. |
|
User Comment. |
|
Label each of the points on the graph labeled according to its iteration number. |
|
Show the desired equality constraint value(s) on the graph. Not applicable to SNOPT and IPOPT search profiles. |
|
Show the tolerance band on the graph. Not applicable to SNOPT and IPOPT search profiles. |
|
Select the graphβs X axis. |
|
Active Controls. |
|
Results. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import TargeterGraph
Property detail#
- property TargeterGraph.show_label_iterations: bool#
Label each of the points on the graph labeled according to its iteration number.
- property TargeterGraph.show_desired_value: bool#
Show the desired equality constraint value(s) on the graph. Not applicable to SNOPT and IPOPT search profiles.
- property TargeterGraph.show_tolerance_band: bool#
Show the tolerance band on the graph. Not applicable to SNOPT and IPOPT search profiles.
- property TargeterGraph.active_controls: TargeterGraphActiveControlCollection#
Active Controls.
- property TargeterGraph.results: TargeterGraphResultCollection#
Results.