IRadarSTCAttenuation ==================== .. py:class:: ansys.stk.core.stkobjects.IRadarSTCAttenuation Provide access to the properties and methods defining a radar STC attenuation. .. py:currentmodule:: IRadarSTCAttenuation Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarSTCAttenuation.type` - Get the STC type. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarSTCAttenuation.name` - Get the radar STC string name. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarSTCAttenuation Property detail --------------- .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRadarSTCAttenuation.type :type: RadarSTCAttenuationType Get the STC type. .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRadarSTCAttenuation.name :type: str Get the radar STC string name.