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