Thruster#
- class ansys.stk.core.stkobjects.astrogator.Thruster#
Thruster definition.
Overview#
Make a copy of the specified thruster. |
|
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get or set the thruster name. |
|
A user comment. |
|
Get or set the engine model. |
|
Get or set the thruster efficiency. Dimensionless. |
|
Get or set the equivalent on-time percentage is a factor multiplied by the thrust. The thrust is applied continuously throughout the maneuver and is reduced by the percentage. The mass flow rate is likewise reduced. Dimensionless. |
|
A thruster direction value. |
|
Return whether or not the control parameters can be set. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import Thruster
Property detail#
- property Thruster.equivalent_on_time: float#
Get or set the equivalent on-time percentage is a factor multiplied by the thrust. The thrust is applied continuously throughout the maneuver and is reduced by the percentage. The mass flow rate is likewise reduced. Dimensionless.
- property Thruster.thruster_direction: IDirection#
A thruster direction value.
Method detail#
- Thruster.enable_control_parameter(self, param: ControlThrusters) None #
Enable the specified control parameter.
- Parameters:
param :
ControlThrusters
- Returns:
- Thruster.disable_control_parameter(self, param: ControlThrusters) None #
Disables the specified control parameter.
- Parameters:
param :
ControlThrusters
- Returns:
- Thruster.is_control_parameter_enabled(self, param: ControlThrusters) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlThrusters
- Returns: