ProfileChangeStoppingConditionState#
- class ansys.stk.core.stkobjects.astrogator.ProfileChangeStoppingConditionState#
Bases:
IProfile
,IRuntimeTypeInfoProvider
The Change Stopping Condition State profile.
Overview#
Set the targeted segment. |
|
Set the targeted stopping condition. |
Get or set the segment that contains the targeted stopping condition. |
|
Get or set the new state of the targeted stopping condition. |
|
Get or set the name of the targeted stopping condition. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ProfileChangeStoppingConditionState
Property detail#
- property ProfileChangeStoppingConditionState.segment_name: str#
Get or set the segment that contains the targeted stopping condition.
Method detail#
- ProfileChangeStoppingConditionState.set_segment(self, mcs_segment: IMCSSegment) None #
Set the targeted segment.
- Parameters:
mcs_segment :
IMCSSegment
- Returns:
- ProfileChangeStoppingConditionState.set_trigger(self, stopping_condition: StoppingCondition) None #
Set the targeted stopping condition.
- Parameters:
stopping_condition :
StoppingCondition
- Returns: