UrbanTerrestrialLossModelWirelessInSite64#

class ansys.stk.core.stkobjects.UrbanTerrestrialLossModelWirelessInSite64#

Bases: IUrbanTerrestrialLossModel, IComponentInfo, ICloneable

Class defining an urban/terrestrial loss model.

Overview#

surface_temperature

Get or set the surface temperature.

supported_calculation_methods

Get an array of supported calculation methods.

calculation_method

Get or set the calculation method.

enable_ground_reflection

Get or set the option enabling the ground reflection.

geometry_data

Get the geometry data.

Import detail#

from ansys.stk.core.stkobjects import UrbanTerrestrialLossModelWirelessInSite64

Property detail#

property UrbanTerrestrialLossModelWirelessInSite64.surface_temperature: float#

Get or set the surface temperature.

property UrbanTerrestrialLossModelWirelessInSite64.supported_calculation_methods: list#

Get an array of supported calculation methods.

property UrbanTerrestrialLossModelWirelessInSite64.calculation_method: str#

Get or set the calculation method.

property UrbanTerrestrialLossModelWirelessInSite64.enable_ground_reflection: bool#

Get or set the option enabling the ground reflection.

property UrbanTerrestrialLossModelWirelessInSite64.geometry_data: WirelessInSite64GeometryData#

Get the geometry data.