LaserPropagationChannel#

class ansys.stk.core.stkobjects.LaserPropagationChannel#

Class defining the properties for laser propagatoin models.

Overview#

atmospheric_loss_model_component_linking

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

enable_atmospheric_loss_model

Get or set the option for computing atmospheric absorption propagation loss.

enable_tropospheric_scintillation_loss_model

Get or set the option for computing tropospheric scintillation propagation loss.

tropospheric_scintillation_loss_model_component_linking

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

Import detail#

from ansys.stk.core.stkobjects import LaserPropagationChannel

Property detail#

property LaserPropagationChannel.atmospheric_loss_model_component_linking: IComponentLinkEmbedControl#

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

property LaserPropagationChannel.enable_atmospheric_loss_model: bool#

Get or set the option for computing atmospheric absorption propagation loss.

property LaserPropagationChannel.enable_tropospheric_scintillation_loss_model: bool#

Get or set the option for computing tropospheric scintillation propagation loss.

property LaserPropagationChannel.tropospheric_scintillation_loss_model_component_linking: IComponentLinkEmbedControl#

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