ScenarioSpaceEnvironment#

class ansys.stk.core.stkobjects.ScenarioSpaceEnvironment#

SpaceEnvironment settings.

Overview#

compute_saa_flux_intensity

Compute SAA flux intensity at the specified Earth location. Uses Angle, Longitude, Distance, and FluxIntensity Dimensions.

radiation_environment

Get the radiation environment settings.

graphics_3d

Get the 3D Graphics settings.

Import detail#

from ansys.stk.core.stkobjects import ScenarioSpaceEnvironment

Property detail#

property ScenarioSpaceEnvironment.radiation_environment: SpaceEnvironmentRadiationEnvironment#

Get the radiation environment settings.

property ScenarioSpaceEnvironment.graphics_3d: SpaceEnvironmentScenarioGraphics3D#

Get the 3D Graphics settings.

Method detail#

ScenarioSpaceEnvironment.compute_saa_flux_intensity(self, channel: SpaceEnvironmentSAAChannel, lat: float, lon: float, alt: float) float#

Compute SAA flux intensity at the specified Earth location. Uses Angle, Longitude, Distance, and FluxIntensity Dimensions.

Parameters:

channel : SpaceEnvironmentSAAChannel

lat : float

lon : float

alt : float

Returns:

float