RadarSarImageLocation ===================== .. py:class:: ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation The image location information for use by a range doppler Sar analysis. .. py:currentmodule:: RadarSarImageLocation Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation.name` - Get or set the image location name. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation.latitude` - Get or set the location latitude. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation.longitude` - Get or set the location longitude. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import RadarSarImageLocation Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation.name :type: str Get or set the image location name. .. py:property:: latitude :canonical: ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation.latitude :type: float Get or set the location latitude. .. py:property:: longitude :canonical: ansys.stk.core.stkrfchannelmodeler.RadarSarImageLocation.longitude :type: float Get or set the location longitude.