BisectionResult#
- class ansys.stk.core.stkobjects.astrogator.BisectionResult#
Result parameters for Bisection 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 value of the independent variable after the last targeter run. |
|
Get or set the value that you want to achieve. |
|
Get or set the profile will stop when it achieves a value within this range of the Desired Value. |
|
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 BisectionResult
Property detail#
- property BisectionResult.parent_name: str#
Get the name of the segment to which the parameter belongs.
- property BisectionResult.current_value: Any#
Get the value of the independent variable after the last targeter run.
- property BisectionResult.tolerance: Any#
Get or set the profile will stop when it achieves a value within this range of the Desired Value.