CloudsAndFogFadingLossModelP840Version7#

class ansys.stk.core.stkobjects.CloudsAndFogFadingLossModelP840Version7#

Bases: ICloudsAndFogFadingLossModel, IComponentInfo, ICloneable

Class defining a clouds and fog Loss ITU-R P.840-7 model.

Overview#

cloud_ceiling

Get or set the cloud ceiling.

cloud_layer_thickness

Get or set the cloud layer thickness.

cloud_temperature

Get or set the cloud temperature.

cloud_liquid_water_density

Get or set the cloud liquid water density.

liquid_water_density_choice

Get or set the cloud liquid water density Choice.

liquid_water_percent_annual_exceeded

Get or set the Liquid water % Annual Exceeded.

liquid_water_percent_monthly_exceeded

Get or set the Liquid water % Monthly Exceeded.

average_data_month

Get or set the month, (1 - 12) of the year, used to get average liquid water data.

use_rain_height_as_cloud_layer_thickness

Get or set the use rain height as cloud layer thickness.

Import detail#

from ansys.stk.core.stkobjects import CloudsAndFogFadingLossModelP840Version7

Property detail#

property CloudsAndFogFadingLossModelP840Version7.cloud_ceiling: float#

Get or set the cloud ceiling.

property CloudsAndFogFadingLossModelP840Version7.cloud_layer_thickness: float#

Get or set the cloud layer thickness.

property CloudsAndFogFadingLossModelP840Version7.cloud_temperature: float#

Get or set the cloud temperature.

property CloudsAndFogFadingLossModelP840Version7.cloud_liquid_water_density: float#

Get or set the cloud liquid water density.

property CloudsAndFogFadingLossModelP840Version7.liquid_water_density_choice: CloudsAndFogLiquidWaterChoiceType#

Get or set the cloud liquid water density Choice.

property CloudsAndFogFadingLossModelP840Version7.liquid_water_percent_annual_exceeded: float#

Get or set the Liquid water % Annual Exceeded.

property CloudsAndFogFadingLossModelP840Version7.liquid_water_percent_monthly_exceeded: float#

Get or set the Liquid water % Monthly Exceeded.

property CloudsAndFogFadingLossModelP840Version7.average_data_month: int#

Get or set the month, (1 - 12) of the year, used to get average liquid water data.

property CloudsAndFogFadingLossModelP840Version7.use_rain_height_as_cloud_layer_thickness: bool#

Get or set the use rain height as cloud layer thickness.