MTOAnalysis =========== .. py:class:: ansys.stk.core.stkobjects.MTOAnalysis MTO Spatial State Info. .. py:currentmodule:: MTOAnalysis Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.MTOAnalysis.position` - Return a spatial state of the mto at specified time. * - :py:attr:`~ansys.stk.core.stkobjects.MTOAnalysis.range` - Return the range from an Mto track to another object. * - :py:attr:`~ansys.stk.core.stkobjects.MTOAnalysis.field_of_view` - Return the field of view from an Mto track to a sensor. * - :py:attr:`~ansys.stk.core.stkobjects.MTOAnalysis.visibility` - Return the visibility from an Mto track to another object. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import MTOAnalysis Property detail --------------- .. py:property:: position :canonical: ansys.stk.core.stkobjects.MTOAnalysis.position :type: MTOAnalysisPosition Return a spatial state of the mto at specified time. .. py:property:: range :canonical: ansys.stk.core.stkobjects.MTOAnalysis.range :type: MTOAnalysisRange Return the range from an Mto track to another object. .. py:property:: field_of_view :canonical: ansys.stk.core.stkobjects.MTOAnalysis.field_of_view :type: MTOAnalysisFieldOfView Return the field of view from an Mto track to a sensor. .. py:property:: visibility :canonical: ansys.stk.core.stkobjects.MTOAnalysis.visibility :type: MTOAnalysisVisibility Return the visibility from an Mto track to another object.