StoppingConditionElement#
- class ansys.stk.core.stkobjects.astrogator.StoppingConditionElement#
Bases:
IComponentInfo
,IRuntimeTypeInfoProvider
A stopping condition.
Overview#
Enable or disables the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
If true, the stopping condition is active. |
|
Return whether or not the control parameters can be set. |
|
Get the properties available to the stopping condition. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StoppingConditionElement
Property detail#
- property StoppingConditionElement.control_parameters_available: bool#
Return whether or not the control parameters can be set.
- property StoppingConditionElement.properties: IStoppingConditionComponent#
Get the properties available to the stopping condition.
Method detail#
- StoppingConditionElement.enable_control_parameter(self, param: ControlStoppingCondition) None #
Enable or disables the specified control parameter.
- Parameters:
param :
ControlStoppingCondition
- Returns:
- StoppingConditionElement.disable_control_parameter(self, param: ControlStoppingCondition) None #
Disables the specified control parameter.
- Parameters:
param :
ControlStoppingCondition
- Returns:
- StoppingConditionElement.is_control_parameter_enabled(self, param: ControlStoppingCondition) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlStoppingCondition
- Returns: