IAtmosphericAbsorptionModelTIREM#

class ansys.stk.core.stkobjects.IAtmosphericAbsorptionModelTIREM#

Provide access to the properties and methods of the TIREM atmospheric absorption model.

Overview#

surface_temperature

Get or set the surface temperature.

surface_humidity

Get or set the surface humidity.

surface_conductivity

Get or set the surface conductivity.

surface_refractivity

Get or set the surface refractivity.

relative_permittivity

Get or set the relative permittivity.

override_terrain_sample_resolution

Get or set the option for overriding available terrain sample resolution.

terrain_sample_resolution

Get or set the terrain sample resolution.

polarization_type

Get or set the polarization type.

Import detail#

from ansys.stk.core.stkobjects import IAtmosphericAbsorptionModelTIREM

Property detail#

property IAtmosphericAbsorptionModelTIREM.surface_temperature: float#

Get or set the surface temperature.

property IAtmosphericAbsorptionModelTIREM.surface_humidity: float#

Get or set the surface humidity.

property IAtmosphericAbsorptionModelTIREM.surface_conductivity: float#

Get or set the surface conductivity.

property IAtmosphericAbsorptionModelTIREM.surface_refractivity: float#

Get or set the surface refractivity.

property IAtmosphericAbsorptionModelTIREM.relative_permittivity: float#

Get or set the relative permittivity.

property IAtmosphericAbsorptionModelTIREM.override_terrain_sample_resolution: bool#

Get or set the option for overriding available terrain sample resolution.

property IAtmosphericAbsorptionModelTIREM.terrain_sample_resolution: float#

Get or set the terrain sample resolution.

property IAtmosphericAbsorptionModelTIREM.polarization_type: TIREMPolarizationType#

Get or set the polarization type.