VehicleHPOPSolarRadiationPressure#

class ansys.stk.core.stkobjects.VehicleHPOPSolarRadiationPressure#

Class defining HPOP solar radiation pressure properties.

Overview#

use

Opt whether to take SRP into account.

shadow_model

Type of shadow to be used in determining the lighting condition for the satellite - cylincrical, dual cone, or none.

use_boundary_mitigation

Opt whether to correct the state of the satellite after crossing a shadow boundary for errors that may have been introduced by the sudden change in the SRP which occurred during the integration step.

solar_radiation_pressure_model

Return a solar radiation pressure model.

Import detail#

from ansys.stk.core.stkobjects import VehicleHPOPSolarRadiationPressure

Property detail#

property VehicleHPOPSolarRadiationPressure.use: bool#

Opt whether to take SRP into account.

property VehicleHPOPSolarRadiationPressure.shadow_model: SolarRadiationPressureShadowModelType#

Type of shadow to be used in determining the lighting condition for the satellite - cylincrical, dual cone, or none.

property VehicleHPOPSolarRadiationPressure.use_boundary_mitigation: bool#

Opt whether to correct the state of the satellite after crossing a shadow boundary for errors that may have been introduced by the sudden change in the SRP which occurred during the integration step.

property VehicleHPOPSolarRadiationPressure.solar_radiation_pressure_model: VehicleHPOPSolarRadiationPressureModel#

Return a solar radiation pressure model.