PropagationChannel#

class ansys.stk.core.stkobjects.PropagationChannel#

Class defining the propagation channel.

Overview#

atmospheric_absorption_model_component_linking

Get the link/embed controller for managing the atmospheric absorption model component.

clouds_and_fog_fading_loss_model_component_linking

Get the link/embed controller for managing the clouds and fog fading loss model component.

custom_a

Get the Custom A propagation model.

custom_b

Get the Custom B propagation model.

custom_c

Get the Custom C propagation model.

enable_atmospheric_absorption

Get or set the option to use the atmospheric absorption model.

enable_clouds_and_fog_fading_loss

Get or set the option to use the clouds and fog fading loss model.

enable_ionospheric_fading_loss

Get or set the option to use the ionoospheric fading loss model.

enable_itu_618_section2_p5

Get or set the option to enable the ITU 618 Section 2.5 model for computing total propagation loss.

enable_rain_loss

Get or set the option to use the rain loss model.

enable_tropospheric_scintillation_fading_loss

Get or set the option to use the tropospheric scintillation fading loss model.

enable_urban_terrestrial_loss

Get or set the option to use the urban/terrestrial loss model.

ionospheric_fading_loss_model_component_linking

Get the link/embed controller for managing the ionospheric fading loss model component.

rain_loss_model_component_linking

Get the link/embed controller for managing the rain loss model component.

tropospheric_scintillation_fading_loss_model_component_linking

Get the link/embed controller for managing the tropospheric scintillation fading loss model component.

urban_terrestrial_loss_model_component_linking

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.