EngineThrottleTable#
- class ansys.stk.core.stkobjects.astrogator.EngineThrottleTable#
Bases:
IComponentInfo
,ICloneable
Throttle Table engine model.
Overview#
Disables the specified control parameter. |
|
Enable the specified control parameter. |
|
Sees if the specified control is enabled. |
Return whether or not the control parameters can be set. |
|
The gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension. |
|
The object that computes the power input to the engine. |
|
The engine operation mode definition. |
|
The degradation factor is ((1-x%/yr)^(timeSinceRefEpoch)). |
|
The date and Time used as reference epoch for degradation. Uses DateFormat Dimension. |
|
The degree of the regression polynomial. Dimensionless. |
|
A file containing the engine performance data in the tabular format. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import EngineThrottleTable
Property detail#
- property EngineThrottleTable.control_parameters_available: bool#
Return whether or not the control parameters can be set.
- property EngineThrottleTable.g: float#
The gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension.
- property EngineThrottleTable.input_power_source_name: str#
The object that computes the power input to the engine.
- property EngineThrottleTable.operation_mode_definition: ThrottleTableOperationMode#
The engine operation mode definition.
- property EngineThrottleTable.percent_degradation_per_year: float#
The degradation factor is ((1-x%/yr)^(timeSinceRefEpoch)).
- property EngineThrottleTable.reference_epoch: Any#
The date and Time used as reference epoch for degradation. Uses DateFormat Dimension.
Method detail#
- EngineThrottleTable.disable_control_parameter(self, param: ControlEngineThrottleTable) None #
Disables the specified control parameter.
- Parameters:
param :
ControlEngineThrottleTable
- Returns:
- EngineThrottleTable.enable_control_parameter(self, param: ControlEngineThrottleTable) None #
Enable the specified control parameter.
- Parameters:
param :
ControlEngineThrottleTable
- Returns:
- EngineThrottleTable.is_control_parameter_enabled(self, param: ControlEngineThrottleTable) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlEngineThrottleTable
- Returns: