PropagationChannel#
- class ansys.stk.core.stkobjects.PropagationChannel#
Class defining the propagation channel.
Overview#
Do not use this method, as it is deprecated. Use AtmosAbsorptionModelComponentLinking on PropagationChannel instead. Sets the atmospheric absorption model by name. |
|
Do not use this method, as it is deprecated. Use RainLossModelComponentLinking on PropagationChannel instead. Sets the rain loss model by name. |
|
Do not use this method, as it is deprecated. Use UrbanTerrestrialLossModelComponentLinking on PropagationChannel instead. Sets the urban/terrestrial loss model by name. |
|
Do not use this method, as it is deprecated. Use CloudsAndFogFadingLossModelComponentLinking on PropagationChannel instead. Sets the CloudsAndFogFading loss model by name. |
|
Do not use this method, as it is deprecated. Use TroposphericScintillationFadingLossModelComponentLinking on PropagationChannel instead. Sets the Tropospheric Scintillation Fading loss model by name. |
|
Do not use this method, as it is deprecated. Use IonosphericFadingLossModelComponentLinking on PropagationChannel instead. Sets the Ionospheric Fading loss model by name. |
Get or set the option to use the atmospheric absorption model. |
|
Do not use this property, as it is deprecated. Use AtmosAbsorptionModelComponentLinking on PropagationChannel instead. Gets an array of supported atmospheric absorption model names. |
|
Do not use this property, as it is deprecated. Use AtmosAbsorptionModelComponentLinking on PropagationChannel instead. Gets the atmospheric absorption model. |
|
Get or set the option to use the rain loss model. |
|
Do not use this property, as it is deprecated. Use RainLossModelComponentLinking on PropagationChannel instead. Gets an array of supported rain loss model names. |
|
Do not use this property, as it is deprecated. Use RainLossModelComponentLinking on PropagationChannel instead. Gets the rain loss model. |
|
Get the Custom A propagation model. |
|
Get the Custom B propagation model. |
|
Get the Custom C propagation model. |
|
Get or set the option to enable the ITU 618 Section 2.5 model for computing total propagation loss. |
|
Get or set the option to use the urban/terrestrial loss model. |
|
Do not use this property, as it is deprecated. Use UrbanTerrestrialLossModelComponentLinking on PropagationChannel instead. Gets an array of supported urban/terrestrial loss model names. |
|
Do not use this property, as it is deprecated. Use UrbanTerrestrialLossModelComponentLinking on PropagationChannel instead. Gets the urban/terrestrial loss model. |
|
Do not use this property, as it is deprecated. Use CloudsAndFogFadingLossModelComponentLinking on PropagationChannel instead. Gets an array of supported CloudsAndFog Fading loss model names. |
|
Do not use this property, as it is deprecated. Use CloudsAndFogFadingLossModelComponentLinking on PropagationChannel instead. Gets the CloudsAndFogFading loss model. |
|
Do not use this property, as it is deprecated. Use TroposphericScintillationFadingLossModelComponentLinking on PropagationChannel instead. Gets an array of supported Tropospheric Scintillation Fading loss model names. |
|
Do not use this property, as it is deprecated. Use TroposphericScintillationFadingLossModelComponentLinking on PropagationChannel instead. Gets the Tropospheric Scintillation Fading loss model. |
|
Do not use this property, as it is deprecated. Use IonosphericFadingLossModelComponentLinking on PropagationChannel instead. Gets an array of supported Ionospheric Fading loss model names. |
|
Do not use this property, as it is deprecated. Use IonosphericFadingLossModelComponentLinking on PropagationChannel instead. Gets the Ionospheric Fading loss model. |
|
Get or set the option to use the clouds and fog fading loss model. |
|
Get or set the option to use the tropospheric scintillation fading loss model. |
|
Get or set the option to use the ionoospheric fading loss model. |
|
Get the link/embed controller for managing the atmospheric absorption model component. |
|
Get the link/embed controller for managing the rain loss model component. |
|
Get the link/embed controller for managing the urban terrestrial loss model component. |
|
Get the link/embed controller for managing the clouds and fog fading loss model component. |
|
|
Get the link/embed controller for managing the tropospheric scintillation fading loss model component. |
Get the link/embed controller for managing the ionospheric fading loss model component. |
Import detail#
from ansys.stk.core.stkobjects import PropagationChannel
Property detail#
- property PropagationChannel.enable_atmospheric_absorption: bool#
Get or set the option to use the atmospheric absorption model.
- property PropagationChannel.supported_atmospheric_absorption_models: list#
Do not use this property, as it is deprecated. Use AtmosAbsorptionModelComponentLinking on PropagationChannel instead. Gets an array of supported atmospheric absorption model names.
- property PropagationChannel.atmospheric_absorption_model: IAtmosphericAbsorptionModel#
Do not use this property, as it is deprecated. Use AtmosAbsorptionModelComponentLinking on PropagationChannel instead. Gets the atmospheric absorption model.
- property PropagationChannel.enable_rain_loss: bool#
Get or set the option to use the rain loss model.
- property PropagationChannel.supported_rain_loss_models: list#
Do not use this property, as it is deprecated. Use RainLossModelComponentLinking on PropagationChannel instead. Gets an array of supported rain loss model names.
- property PropagationChannel.rain_loss_model: IRainLossModel#
Do not use this property, as it is deprecated. Use RainLossModelComponentLinking on PropagationChannel instead. Gets the rain loss model.
- property PropagationChannel.custom_a: CustomPropagationModel#
Get the Custom A propagation model.
- property PropagationChannel.custom_b: CustomPropagationModel#
Get the Custom B propagation model.
- property PropagationChannel.custom_c: CustomPropagationModel#
Get the Custom C propagation model.
- property PropagationChannel.enable_itu_618_section2_p5: bool#
Get or set the option to enable the ITU 618 Section 2.5 model for computing total propagation loss.
- property PropagationChannel.enable_urban_terrestrial_loss: bool#
Get or set the option to use the urban/terrestrial loss model.
- property PropagationChannel.supported_urban_terrestrial_loss_models: list#
Do not use this property, as it is deprecated. Use UrbanTerrestrialLossModelComponentLinking on PropagationChannel instead. Gets an array of supported urban/terrestrial loss model names.
- property PropagationChannel.urban_terrestrial_loss_model: IUrbanTerrestrialLossModel#
Do not use this property, as it is deprecated. Use UrbanTerrestrialLossModelComponentLinking on PropagationChannel instead. Gets the urban/terrestrial loss model.
- property PropagationChannel.supported_clouds_and_fog_fading_loss_models: list#
Do not use this property, as it is deprecated. Use CloudsAndFogFadingLossModelComponentLinking on PropagationChannel instead. Gets an array of supported CloudsAndFog Fading loss model names.
- property PropagationChannel.clouds_and_fog_fading_loss_model: ICloudsAndFogFadingLossModel#
Do not use this property, as it is deprecated. Use CloudsAndFogFadingLossModelComponentLinking on PropagationChannel instead. Gets the CloudsAndFogFading loss model.
- property PropagationChannel.supported_tropospheric_scintillation_fading_loss_models: list#
Do not use this property, as it is deprecated. Use TroposphericScintillationFadingLossModelComponentLinking on PropagationChannel instead. Gets an array of supported Tropospheric Scintillation Fading loss model names.
- property PropagationChannel.tropospheric_scintillation_fading_loss_model: ITroposphericScintillationFadingLossModel#
Do not use this property, as it is deprecated. Use TroposphericScintillationFadingLossModelComponentLinking on PropagationChannel instead. Gets the Tropospheric Scintillation Fading loss model.
- property PropagationChannel.supported_ionospheric_fading_loss_models: list#
Do not use this property, as it is deprecated. Use IonosphericFadingLossModelComponentLinking on PropagationChannel instead. Gets an array of supported Ionospheric Fading loss model names.
- property PropagationChannel.ionospheric_fading_loss_model: IIonosphericFadingLossModel#
Do not use this property, as it is deprecated. Use IonosphericFadingLossModelComponentLinking on PropagationChannel instead. Gets the Ionospheric Fading loss model.
- property PropagationChannel.enable_clouds_and_fog_fading_loss: bool#
Get or set the option to use the clouds and fog fading loss model.
- property PropagationChannel.enable_tropospheric_scintillation_fading_loss: bool#
Get or set the option to use the tropospheric scintillation fading loss model.
- property PropagationChannel.enable_ionospheric_fading_loss: bool#
Get or set the option to use the ionoospheric fading loss model.
- property PropagationChannel.atmospheric_absorption_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the atmospheric absorption model component.
- property PropagationChannel.rain_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the rain loss model component.
- property PropagationChannel.urban_terrestrial_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the urban terrestrial loss model component.
- property PropagationChannel.clouds_and_fog_fading_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the clouds and fog fading loss model component.
- property PropagationChannel.tropospheric_scintillation_fading_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the tropospheric scintillation fading loss model component.
- property PropagationChannel.ionospheric_fading_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the ionospheric fading loss model component.
Method detail#
- PropagationChannel.set_atmospheric_absorption_model(self, model_name: str) None #
Do not use this method, as it is deprecated. Use AtmosAbsorptionModelComponentLinking on PropagationChannel instead. Sets the atmospheric absorption model by name.
- PropagationChannel.set_rain_loss_model(self, model_name: str) None #
Do not use this method, as it is deprecated. Use RainLossModelComponentLinking on PropagationChannel instead. Sets the rain loss model by name.
- PropagationChannel.set_urban_terrestrial_loss_model(self, model_name: str) None #
Do not use this method, as it is deprecated. Use UrbanTerrestrialLossModelComponentLinking on PropagationChannel instead. Sets the urban/terrestrial loss model by name.
- PropagationChannel.set_clouds_and_fog_fading_loss_model(self, model_name: str) None #
Do not use this method, as it is deprecated. Use CloudsAndFogFadingLossModelComponentLinking on PropagationChannel instead. Sets the CloudsAndFogFading loss model by name.