PowerInternal#

class ansys.stk.core.stkobjects.astrogator.PowerInternal#

Bases: IComponentInfo, ICloneable

Power - Internal.

Overview#

enable_control_parameter

Enable the specified control parameter.

disable_control_parameter

Disables the specified control parameter.

is_control_parameter_enabled

Sees if the specified control is enabled.

generated_power

Get or set the power generated by the spacecraft from internal sources. Uses Power Dimension.

percent_degradation_per_year

Get or set the percent degradation per year; degradation factor is (1-x%/yr)^(timeSinceRefEpoch). Dimensionless.

reference_epoch

Get or set the date and Time used as reference epoch for degradation. Uses DateFormat Dimension.

control_parameters_available

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.

property PowerInternal.reference_epoch: Any#

Get or set the date and Time used as reference epoch for degradation. Uses DateFormat Dimension.

property PowerInternal.control_parameters_available: bool#

Return whether or not the control parameters can be set.

Method detail#

PowerInternal.enable_control_parameter(self, param: ControlPowerInternal) None#

Enable the specified control parameter.

Parameters:

param : ControlPowerInternal

Returns:

None

PowerInternal.disable_control_parameter(self, param: ControlPowerInternal) None#

Disables the specified control parameter.

Parameters:

param : ControlPowerInternal

Returns:

None

PowerInternal.is_control_parameter_enabled(self, param: ControlPowerInternal) bool#

Sees if the specified control is enabled.

Parameters:

param : ControlPowerInternal

Returns:

bool