ScatteringPointProviderCollectionElement ======================================== .. py:class:: ansys.stk.core.stkobjects.ScatteringPointProviderCollectionElement Class defining a scattering point provider collection element. .. py:currentmodule:: ScatteringPointProviderCollectionElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointProviderCollectionElement.enabled` - Get or set whether or not the scattering point provider is active. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointProviderCollectionElement.scattering_point_provider` - Get the link/embed controller for managing the scattering point provider component. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ScatteringPointProviderCollectionElement Property detail --------------- .. py:property:: enabled :canonical: ansys.stk.core.stkobjects.ScatteringPointProviderCollectionElement.enabled :type: bool Get or set whether or not the scattering point provider is active. .. py:property:: scattering_point_provider :canonical: ansys.stk.core.stkobjects.ScatteringPointProviderCollectionElement.scattering_point_provider :type: IComponentLinkEmbedControl Get the link/embed controller for managing the scattering point provider component.