PropagationChannel#
- class ansys.stk.core.stkobjects.PropagationChannel#
Class defining the propagation channel.
Overview#
Get the link/embed controller for managing the atmospheric absorption model component. |
|
Get the link/embed controller for managing the clouds and fog fading loss model component. |
|
Get the Custom A propagation model. |
|
Get the Custom B propagation model. |
|
Get the Custom C propagation model. |
|
Get or set the option to use the atmospheric absorption model. |
|
Get or set the option to use the clouds and fog fading loss model. |
|
Get or set the option to use the ionoospheric fading loss 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 rain loss model. |
|
Get or set the option to use the tropospheric scintillation fading loss model. |
|
Get or set the option to use the urban/terrestrial loss model. |
|
Get the link/embed controller for managing the ionospheric fading loss model component. |
|
Get the link/embed controller for managing the rain 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 urban terrestrial loss model component. |
Import detail#
from ansys.stk.core.stkobjects import PropagationChannel
Property detail#
- property PropagationChannel.atmospheric_absorption_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the atmospheric absorption 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.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_atmospheric_absorption: bool#
Get or set the option to use the atmospheric absorption 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_ionospheric_fading_loss: bool#
Get or set the option to use the ionoospheric fading loss 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_rain_loss: bool#
Get or set the option to use the rain 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_urban_terrestrial_loss: bool#
Get or set the option to use the urban/terrestrial loss model.
- property PropagationChannel.ionospheric_fading_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the ionospheric fading loss model component.
- property PropagationChannel.rain_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the rain 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.urban_terrestrial_loss_model_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the urban terrestrial loss model component.