PowerInternal#
- class ansys.stk.core.stkobjects.astrogator.PowerInternal#
Bases:
IComponentInfo
,ICloneable
Power - Internal.
Overview#
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get or set the power generated by the spacecraft from internal sources. Uses Power Dimension. |
|
Get or set the percent degradation per year; degradation factor is (1-x%/yr)^(timeSinceRefEpoch). Dimensionless. |
|
Get or set 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 PowerInternal
Property detail#
- property PowerInternal.generated_power: float#
Get or set the power generated by the spacecraft from internal sources. Uses Power Dimension.
- property PowerInternal.percent_degradation_per_year: float#
Get or set the percent degradation per year; degradation factor is (1-x%/yr)^(timeSinceRefEpoch). Dimensionless.
Method detail#
- PowerInternal.enable_control_parameter(self, param: ControlPowerInternal) None #
Enable the specified control parameter.
- Parameters:
param :
ControlPowerInternal
- Returns:
- PowerInternal.disable_control_parameter(self, param: ControlPowerInternal) None #
Disables the specified control parameter.
- Parameters:
param :
ControlPowerInternal
- Returns:
- PowerInternal.is_control_parameter_enabled(self, param: ControlPowerInternal) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlPowerInternal
- Returns: