IAtmosphericAbsorptionModelTIREM#
- class ansys.stk.core.stkobjects.IAtmosphericAbsorptionModelTIREM#
Provide access to the properties and methods of the TIREM atmospheric absorption model.
Overview#
Get or set the surface temperature. |
|
Get or set the surface humidity. |
|
Get or set the surface conductivity. |
|
Get or set the surface refractivity. |
|
Get or set the relative permittivity. |
|
Get or set the option for overriding available terrain sample resolution. |
|
Get or set the terrain sample resolution. |
|
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_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.