PowerSolarArray#
- class ansys.stk.core.stkobjects.astrogator.PowerSolarArray#
Bases:
IComponentInfo
,ICloneable
Power - Solar Array.
Overview#
Enable the specified control parameter. |
|
Disables the specified control parameter. |
|
Sees if the specified control is enabled. |
Get or set the solar array panel area. Uses Area Dimension. |
|
Get or set the solar array concentrator factor. Dimensionless. |
|
Get or set the cell efficiency in producing output power from incident sunlight. Dimensionless. |
|
Get or set the array efficiency in producing output power from a collection of cells. Dimensionless. |
|
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. |
|
Get or set the angle between the panel normal vector to the apparent sun line. Uses AngleUnit Dimension. |
|
Get or set the ThermalModel.C0 coefficient. Dimensionless. |
|
Get or set the ThermalModel.C1 coefficient. Dimensionless. |
|
Get or set the ThermalModel.C2 coefficient. Dimensionless. |
|
Get or set the ThermalModel.C3 coefficient. Dimensionless. |
|
Get or set the ThermalModel.C4 coefficient. Dimensionless. |
|
Get the thermal factor as function of distance (in AU) to Sun. |
|
Return whether or not the control parameters can be set. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import PowerSolarArray
Property detail#
- property PowerSolarArray.concentration: float#
Get or set the solar array concentrator factor. Dimensionless.
- property PowerSolarArray.cell_efficiency_percent: float#
Get or set the cell efficiency in producing output power from incident sunlight. Dimensionless.
- property PowerSolarArray.array_efficiency_percent: float#
Get or set the array efficiency in producing output power from a collection of cells. Dimensionless.
- property PowerSolarArray.percent_degradation_per_year: float#
Get or set the percent degradation per year; degradation factor is (1-x%/yr)^(timeSinceRefEpoch). Dimensionless.
- property PowerSolarArray.reference_epoch: Any#
Get or set the date and Time used as reference epoch for degradation. Uses DateFormat Dimension.
- property PowerSolarArray.inclination_to_sun_line: Any#
Get or set the angle between the panel normal vector to the apparent sun line. Uses AngleUnit Dimension.
Method detail#
- PowerSolarArray.enable_control_parameter(self, param: ControlPowerSolarArray) None #
Enable the specified control parameter.
- Parameters:
param :
ControlPowerSolarArray
- Returns:
- PowerSolarArray.disable_control_parameter(self, param: ControlPowerSolarArray) None #
Disables the specified control parameter.
- Parameters:
param :
ControlPowerSolarArray
- Returns:
- PowerSolarArray.is_control_parameter_enabled(self, param: ControlPowerSolarArray) bool #
Sees if the specified control is enabled.
- Parameters:
param :
ControlPowerSolarArray
- Returns: