SNOPTResult#
- class ansys.stk.core.stkobjects.astrogator.SNOPTResult#
Properties for objecvtive and constraints of a SNOPT profile.
Overview#
If true, the variable is being used. |
|
Get the name of the parameter. |
|
Get the value achieved for this dependent variable in the last targeter run. Dimension depends on context. |
|
Object - the name of the segment to which the parameter belongs. |
|
Get or set the lower limit achievable by this quantity in the optimizerβs iteration history. Dimension depends on context. |
|
Get or set the upper limit achievable by this quantity in the optimizerβs iteration history. Dimension depends on context. |
|
Apply to the Specified Value scaling method. Dimension depends on context. |
|
Get or set the factor by which the constraint error is to be multiplied. |
|
Get or set the purpose of the element in the problem. |
|
If true, allows display of values in another 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.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.