MCSTargetSequence#
- class ansys.stk.core.stkobjects.astrogator.MCSTargetSequence#
Bases:
IMCSSegment
,IRuntimeTypeInfoProvider
,IComponentInfo
,ICloneable
The Target Sequence segment.
Overview#
Apply Changes - applies the current values of search profilesβ controls and the changes specified by the segment configuration profiles to the segments within the target sequence. |
|
Reset - resets the controls of the search profiles to the segmentsβ values. |
|
Apply Changes - applies the current values of specified profile to the segments within the target sequence. |
|
Reset - resets the current values of specified profile. |
|
Apply Changes - applies the current values of specified profile to the segments within the target sequence. |
|
Reset - resets the current values of specified profile. |
Whether to run the sequence nominally or using profiles. |
|
When Profiles Converge - the action to be carried out if targeting has converged. |
|
Continue if profiles donβt converge - if true, the target sequence continues if a profile fails to converge; otherwise, the MCS will stop upon the failure of a search profile. |
|
Return the segments contained within the target sequence. |
|
Return the profiles used within the target sequence. |
|
If true, inner target sequences will have their profiles reset before each run. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import MCSTargetSequence
Property detail#
- property MCSTargetSequence.action: TargetSequenceAction#
Whether to run the sequence nominally or using profiles.
- property MCSTargetSequence.when_profiles_finish: ProfilesFinish#
When Profiles Converge - the action to be carried out if targeting has converged.
- property MCSTargetSequence.continue_on_failure: bool#
Continue if profiles donβt converge - if true, the target sequence continues if a profile fails to converge; otherwise, the MCS will stop upon the failure of a search profile.
- property MCSTargetSequence.segments: MCSSegmentCollection#
Return the segments contained within the target sequence.
- property MCSTargetSequence.profiles: ProfileCollection#
Return the profiles used within the target sequence.
Method detail#
- MCSTargetSequence.apply_profiles(self) None #
Apply Changes - applies the current values of search profilesβ controls and the changes specified by the segment configuration profiles to the segments within the target sequence.
- Returns:
- MCSTargetSequence.reset_profiles(self) None #
Reset - resets the controls of the search profiles to the segmentsβ values.
- Returns:
- MCSTargetSequence.apply_profile(self, profile: IProfile) None #
Apply Changes - applies the current values of specified profile to the segments within the target sequence.
- Parameters:
profile :
IProfile
- Returns:
- MCSTargetSequence.reset_profile(self, profile: IProfile) None #
Reset - resets the current values of specified profile.
- Parameters:
profile :
IProfile
- Returns: