GridSearchControl#
- class ansys.stk.core.stkobjects.astrogator.GridSearchControl#
Control parameters for Grid Search 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. |
|
Dimension depends on context. |
|
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. |
|
Specify the step size to use when evaluating the grid search. Dimension depends on context. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import GridSearchControl
Property detail#
- property GridSearchControl.parent_name: str#
Get the name of the segment to which the parameter belongs.
- property GridSearchControl.current_value: Any#
Get the value of the independent variable after the last targeter run.
- property GridSearchControl.use_custom_display_unit: bool#
If true, allows display of values in another unit.