MCSFollow#
- class ansys.stk.core.stkobjects.astrogator.MCSFollow#
Bases:
IMCSSegment
,IRuntimeTypeInfoProvider
,IComponentInfo
,ICloneable
The Follow segment.
Overview#
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get the leader object. |
|
Get or set the distance that the spacecraft will be offset from the leaderβs body frame along the X axis. Uses Distance Dimension. |
|
Get or set the distance that the spacecraft will be offset from the leaderβs body frame along the Y axis. Uses Distance Dimension. |
|
Get or set the distance that the spacecraft will be offset from the leaderβs body frame along the Z axis. Uses Distance Dimension. |
|
If separation conditions are specified, the list of separation conditions. |
|
Get the spacecraftβs physical properties. |
|
Get the spacecraftβs fuel tank properties. |
|
Get or set the joining type. |
|
Get or set the separation type. |
|
Get or set the spacecraft snd fuel tank configuration type. |
|
If joining conditions are specified, the list of joining conditions. |
|
Return whether or not the control parameters can be set. |
|
Interface used to modify user variables for the follow segment. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import MCSFollow
Property detail#
- property MCSFollow.leader: ILinkToObject#
Get the leader object.
- property MCSFollow.x_offset: float#
Get or set the distance that the spacecraft will be offset from the leaderβs body frame along the X axis. Uses Distance Dimension.
- property MCSFollow.y_offset: float#
Get or set the distance that the spacecraft will be offset from the leaderβs body frame along the Y axis. Uses Distance Dimension.
- property MCSFollow.z_offset: float#
Get or set the distance that the spacecraft will be offset from the leaderβs body frame along the Z axis. Uses Distance Dimension.
- property MCSFollow.separation_conditions: StoppingConditionCollection#
If separation conditions are specified, the list of separation conditions.
- property MCSFollow.spacecraft_parameters: SpacecraftParameters#
Get the spacecraftβs physical properties.
- property MCSFollow.joining_type: FollowJoin#
Get or set the joining type.
- property MCSFollow.separation_type: FollowSeparation#
Get or set the separation type.
- property MCSFollow.spacecraft_and_fuel_tank_type: FollowSpacecraftAndFuelTank#
Get or set the spacecraft snd fuel tank configuration type.
- property MCSFollow.joining_conditions: StoppingConditionCollection#
If joining conditions are specified, the list of joining conditions.
- property MCSFollow.control_parameters_available: bool#
Return whether or not the control parameters can be set.
- property MCSFollow.user_variables: UserVariableCollection#
Interface used to modify user variables for the follow segment.
Method detail#
- MCSFollow.enable_control_parameter(self, param: ControlFollow) None #
Enable the specified control parameter.
- Parameters:
param :
ControlFollow
- Returns:
- MCSFollow.disable_control_parameter(self, param: ControlFollow) None #
Disables the specified control parameter.
- Parameters:
param :
ControlFollow
- Returns:
- MCSFollow.is_control_parameter_enabled(self, param: ControlFollow) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlFollow
- Returns: