TargeterGraph#

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

Bases: IRuntimeTypeInfoProvider

Targeter Graph.

Overview#

name

Get or set the name of the graph.

generate_on_run

Generate the graph while MCS is being run.

user_comment

User Comment.

show_label_iterations

Label each of the points on the graph labeled according to its iteration number.

show_desired_value

Show the desired equality constraint value(s) on the graph. Not applicable to SNOPT and IPOPT search profiles.

show_tolerance_band

Show the tolerance band on the graph. Not applicable to SNOPT and IPOPT search profiles.

independent_variable

Select the graph’s X axis.

active_controls

Active Controls.

results

Results.

Import detail#

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

Property detail#

property TargeterGraph.name: str#

Get or set the name of the graph.

property TargeterGraph.generate_on_run: bool#

Generate the graph while MCS is being run.

property TargeterGraph.user_comment: str#

User Comment.

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.independent_variable: str#

Select the graph’s X axis.

property TargeterGraph.active_controls: TargeterGraphActiveControlCollection#

Active Controls.

property TargeterGraph.results: TargeterGraphResultCollection#

Results.