ScatteringPointCollectionElement ================================ .. py:class:: ansys.stk.core.stkobjects.ScatteringPointCollectionElement Class defining a scattering point collection element. .. py:currentmodule:: ScatteringPointCollectionElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointCollectionElement.latitude` - Get the scattering points latitude. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointCollectionElement.longitude` - Get the scattering points longitude. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointCollectionElement.altitude` - Get the scattering points altitude. * - :py:attr:`~ansys.stk.core.stkobjects.ScatteringPointCollectionElement.scattering_point_model` - Get the scattering point's scattering model component name. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ScatteringPointCollectionElement Property detail --------------- .. py:property:: latitude :canonical: ansys.stk.core.stkobjects.ScatteringPointCollectionElement.latitude :type: float Get the scattering points latitude. .. py:property:: longitude :canonical: ansys.stk.core.stkobjects.ScatteringPointCollectionElement.longitude :type: float Get the scattering points longitude. .. py:property:: altitude :canonical: ansys.stk.core.stkobjects.ScatteringPointCollectionElement.altitude :type: float Get the scattering points altitude. .. py:property:: scattering_point_model :canonical: ansys.stk.core.stkobjects.ScatteringPointCollectionElement.scattering_point_model :type: str Get the scattering point's scattering model component name.