SensorPointingExternal ====================== .. py:class:: ansys.stk.core.stkobjects.SensorPointingExternal Bases: :py:class:`~ansys.stk.core.stkobjects.ISensorPointing` Class defining the external file-defined pointing type for a Sensor. .. py:currentmodule:: SensorPointingExternal Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SensorPointingExternal.filename` - Path and file name of the sensor pointing (.sp) file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorPointingExternal Property detail --------------- .. py:property:: filename :canonical: ansys.stk.core.stkobjects.SensorPointingExternal.filename :type: str Path and file name of the sensor pointing (.sp) file.