SRPTabulatedAreaVector#
- class ansys.stk.core.stkobjects.astrogator.SRPTabulatedAreaVector#
Bases:
IComponentInfo
,ICloneable
Tabulated area vector SRP propagator function.
Overview#
Get or set the atmospheric altitude for eclipse. A simple model to account for some measure of attenuation that simply increases the shape of the Earth by the defined altitude height, often taken to be 23 km. Uses Distance Dimension. |
|
Get or set the shadow model type. |
|
Get or set the sun position computation. |
|
Other eclipsing bodies. |
|
Get or set the mean solar flux at 1 au (W/m^2). |
|
Get or set the luminosity of sun. Dimensionless. |
|
Get or set the solar force method. |
|
True if shadow boundary mitigation should be performed; the state of the satellite after crossing a shadow boundary will be corrected for errors possibly caused by the sudden change in SRP which occurred during the integration step. |
|
True if solar values should come from the Sun.cb file. |
|
Get or set the solar radius value to use in eclipse calculations. Uses Distance Dimension. |
|
Full path of the tabulated area vector definition file. |
|
Get or set the file interpolation method. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import SRPTabulatedAreaVector
Property detail#
- property SRPTabulatedAreaVector.atmosphere_altitude: float#
Get or set the atmospheric altitude for eclipse. A simple model to account for some measure of attenuation that simply increases the shape of the Earth by the defined altitude height, often taken to be 23 km. Uses Distance Dimension.
- property SRPTabulatedAreaVector.shadow_model: ShadowModel#
Get or set the shadow model type.
- property SRPTabulatedAreaVector.sun_position: SunPosition#
Get or set the sun position computation.
- property SRPTabulatedAreaVector.eclipsing_bodies: CentralBodyComponentCollection#
Other eclipsing bodies.
- property SRPTabulatedAreaVector.solar_force_method: SolarForceMethod#
Get or set the solar force method.
- property SRPTabulatedAreaVector.include_boundary_mitigation: bool#
True if shadow boundary mitigation should be performed; the state of the satellite after crossing a shadow boundary will be corrected for errors possibly caused by the sudden change in SRP which occurred during the integration step.
- property SRPTabulatedAreaVector.use_sun_central_body_file_values: bool#
True if solar values should come from the Sun.cb file.
- property SRPTabulatedAreaVector.solar_radius: float#
Get or set the solar radius value to use in eclipse calculations. Uses Distance Dimension.
- property SRPTabulatedAreaVector.tab_area_vector_definition_file: str#
Full path of the tabulated area vector definition file.
- property SRPTabulatedAreaVector.interpolation_method: TabVecInterpolationMethod#
Get or set the file interpolation method.