GoldenSectionControl#

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

Control parameters for Golden Section profile.

Overview#

current_value

Get the value of the independent variable after the last targeter run.

custom_display_unit

Get or set the unit in which the value will be displayed in the GUI.

enable

If true, the variable is being used.

lower_bound

Dimension depends on context.

name

Get the name of the parameter.

parent_name

Get the name of the segment to which the parameter belongs.

tolerance

How close the targeter should come to the desired. Dimension depends on context.

upper_bound

Dimension depends on context.

use_custom_display_unit

If true, allows display of values in another unit.

Import detail#

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

Property detail#

property GoldenSectionControl.current_value: Any#

Get the value of the independent variable after the last targeter run.

property GoldenSectionControl.custom_display_unit: str#

Get or set the unit in which the value will be displayed in the GUI.

property GoldenSectionControl.enable: bool#

If true, the variable is being used.

property GoldenSectionControl.lower_bound: Any#

Dimension depends on context.

property GoldenSectionControl.name: str#

Get the name of the parameter.

property GoldenSectionControl.parent_name: str#

Get the name of the segment to which the parameter belongs.

property GoldenSectionControl.tolerance: Any#

How close the targeter should come to the desired. Dimension depends on context.

property GoldenSectionControl.upper_bound: Any#

Dimension depends on context.

property GoldenSectionControl.use_custom_display_unit: bool#

If true, allows display of values in another unit.