LaserPropagationChannel#
- class ansys.stk.core.stkobjects.LaserPropagationChannel#
Class defining the properties for laser propagatoin models.
Overview#
Get the link/embed controller for managing the atmospheric loss model component. |
|
Get or set the option for computing atmospheric absorption propagation loss. |
|
Get or set the option for computing tropospheric scintillation propagation loss. |
|
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.