IRadarCrossSectionComputeStrategy ================================= .. py:class:: ansys.stk.core.stkobjects.IRadarCrossSectionComputeStrategy Provide access to the properties and methods defining a radar cross section compute Strategy. .. py:currentmodule:: IRadarCrossSectionComputeStrategy Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarCrossSectionComputeStrategy.name` - Get the radar cross section compute strategy name. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarCrossSectionComputeStrategy.type` - Get the radar cross section compute strategy enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarCrossSectionComputeStrategy Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRadarCrossSectionComputeStrategy.name :type: str Get the radar cross section compute strategy name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRadarCrossSectionComputeStrategy.type :type: RCSComputeStrategy Get the radar cross section compute strategy enumeration.