SearchPluginResult#
- class ansys.stk.core.stkobjects.astrogator.SearchPluginResult#
Equality constraints for a plugin search profile.
Overview#
Get the name of the equality constraint. |
|
Get the current value of the result variable. |
|
Get the parent segment of the result variable. |
|
Get the plugin identifier. |
|
Get the properties of the selected plugin. |
|
Get the dimension of the values. |
|
If true, allows display of values in another unit. |
|
Get or set the unit in which the value will be displayed in the GUI. |
|
List of values of this dependent variable at each iteration, including nominal run. Dimension depends on context. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import SearchPluginResult
Property detail#
- property SearchPluginResult.parent_segment_name: str#
Get the parent segment of the result variable.
- property SearchPluginResult.plugin_config: PluginProperties#
Get the properties of the selected plugin.
- property SearchPluginResult.use_custom_display_unit: bool#
If true, allows display of values in another unit.