IPOPTControl#
- class ansys.stk.core.stkobjects.astrogator.IPOPTControl#
Control parameters for IPOPT optimizer profile.
Overview#
If true, the variable is being used. |
|
Get the name of the parameter. |
|
Get the name of the segment to which the parameter belongs. |
|
Get the nominal value of the element selected as a parameter. Dimension depends on context. |
|
Get or set the value of the independent variable after the last targeter run. |
|
Dimension depends on context. |
|
Dimension depends on context. |
|
Apply to the Specified Value scaling method. Dimension depends on context. |
|
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 IPOPTControl
Property detail#
- property IPOPTControl.initial_value: Any#
Get the nominal value of the element selected as a parameter. Dimension depends on context.
- property IPOPTControl.current_value: Any#
Get or set the value of the independent variable after the last targeter run.
- property IPOPTControl.scaling_value: Any#
Apply to the Specified Value scaling method. Dimension depends on context.