TargeterGraphResult#

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

Bases: IRuntimeTypeInfoProvider

Targeter Graph Result.

Overview#

name

Get the name of the result.

parent_name

Get the segment or component for which this result has been selected.

show_desired_value

Show the desired value.

line_color

Line Color.

point_style

Point Style.

y_axis

Select whether to display the result’s value range on the left or right side of the graph.

graph_option

Graph option.

show_tolerance_band

Show the tolerance band.

Import detail#

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

Property detail#

property TargeterGraphResult.name: str#

Get the name of the result.

property TargeterGraphResult.parent_name: str#

Get the segment or component for which this result has been selected.

property TargeterGraphResult.show_desired_value: bool#

Show the desired value.

property TargeterGraphResult.line_color: Color#

Line Color.

property TargeterGraphResult.point_style: str#

Point Style.

property TargeterGraphResult.y_axis: str#

Select whether to display the result’s value range on the left or right side of the graph.

property TargeterGraphResult.graph_option: GraphOption#

Graph option.

property TargeterGraphResult.show_tolerance_band: bool#

Show the tolerance band.