MODTRANPropagationModel#
- class ansys.stk.core.stkobjects.MODTRANPropagationModel#
Bases:
ILaserAtmosphericLossModel
,IComponentInfo
,ICloneable
Class defining a MODTRAN propagation model.
Overview#
Set the aerosol model type by name. |
Get an array of supported aerosol model names. |
|
Get or set the aerosol model type. |
|
Get or set the visibility. |
|
Get or set the relative humidity. |
|
Get or set the surface temperature. |
|
Get or set the cloud model type. |
|
Get or set the option for overriding the cloud thickness. |
|
Get or set the cloud thickness value. |
|
Get or set the option for overriding the cloud altitude. |
|
Get or set the cloud altitude value. |
|
Get or set the time to start writing MODTRAN output files. |
|
Get or set the number of time steps to write MODTRAN output files. |
Import detail#
from ansys.stk.core.stkobjects import MODTRANPropagationModel
Property detail#
- property MODTRANPropagationModel.supported_aerosol_models: list#
Get an array of supported aerosol model names.
- property MODTRANPropagationModel.aerosol_model_type: ModtranAerosolModelType#
Get or set the aerosol model type.
- property MODTRANPropagationModel.cloud_model_type: ModtranCloudModelType#
Get or set the cloud model type.
- property MODTRANPropagationModel.override_cloud_thickness: bool#
Get or set the option for overriding the cloud thickness.
- property MODTRANPropagationModel.override_cloud_altitude: bool#
Get or set the option for overriding the cloud altitude.