TargeterGraphActiveControl#

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

Bases: IRuntimeTypeInfoProvider

Targeter Graph Active Control.

Overview#

name

Get the name of the active control.

parent_name

Get the segment or component to which the element belongs.

show_graph_value

Show the value.

line_color

Line Color.

point_style

Point Style.

y_axis

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

Import detail#

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

Property detail#

property TargeterGraphActiveControl.name: str#

Get the name of the active control.

property TargeterGraphActiveControl.parent_name: str#

Get the segment or component to which the element belongs.

property TargeterGraphActiveControl.show_graph_value: bool#

Show the value.

property TargeterGraphActiveControl.line_color: Color#

Line Color.

property TargeterGraphActiveControl.point_style: str#

Point Style.

property TargeterGraphActiveControl.y_axis: str#

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