GoldenSectionResult#

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

Result parameters for Golden Section profile.

Overview#

enable

If true, the variable is being used.

name

Get the name of the parameter.

parent_name

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

current_value

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

desired_operation

Get or set the Desired Operation/Objective of golden section.

use_custom_display_unit

If true, allows display of values in another unit.

custom_display_unit

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

Import detail#

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

Property detail#

property GoldenSectionResult.enable: bool#

If true, the variable is being used.

property GoldenSectionResult.name: str#

Get the name of the parameter.

property GoldenSectionResult.parent_name: str#

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

property GoldenSectionResult.current_value: Any#

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

property GoldenSectionResult.desired_operation: GoldenSectionDesiredOperation#

Get or set the Desired Operation/Objective of golden section.

property GoldenSectionResult.use_custom_display_unit: bool#

If true, allows display of values in another unit.

property GoldenSectionResult.custom_display_unit: str#

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