SNOPTResult#

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

Properties for objecvtive and constraints of a SNOPT profile.

Overview#

enable

If true, the variable is being used.

name

Get the name of the parameter.

current_value

Get the value achieved for this dependent variable in the last targeter run. Dimension depends on context.

parent_name

Object - the name of the segment to which the parameter belongs.

lower_bound

Get or set the lower limit achievable by this quantity in the optimizer’s iteration history. Dimension depends on context.

upper_bound

Get or set the upper limit achievable by this quantity in the optimizer’s iteration history. Dimension depends on context.

scaling_value

Apply to the Specified Value scaling method. Dimension depends on context.

weight

Get or set the factor by which the constraint error is to be multiplied.

goal

Get or set the purpose of the element in the problem.

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 SNOPTResult

Property detail#

property SNOPTResult.enable: bool#

If true, the variable is being used.

property SNOPTResult.name: str#

Get the name of the parameter.

property SNOPTResult.current_value: Any#

Get the value achieved for this dependent variable in the last targeter run. Dimension depends on context.

property SNOPTResult.parent_name: str#

Object - the name of the segment to which the parameter belongs.

property SNOPTResult.lower_bound: Any#

Get or set the lower limit achievable by this quantity in the optimizer’s iteration history. Dimension depends on context.

property SNOPTResult.upper_bound: Any#

Get or set the upper limit achievable by this quantity in the optimizer’s iteration history. Dimension depends on context.

property SNOPTResult.scaling_value: Any#

Apply to the Specified Value scaling method. Dimension depends on context.

property SNOPTResult.weight: float#

Get or set the factor by which the constraint error is to be multiplied.

property SNOPTResult.goal: SNOPTGoal#

Get or set the purpose of the element in the problem.

property SNOPTResult.use_custom_display_unit: bool#

If true, allows display of values in another unit.

property SNOPTResult.custom_display_unit: str#

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