:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfEquatorialFieldOfView ------------------------ .. class:: WsfEquatorialFieldOfView inherits WsfFieldOfView :cloneable: :class:`WsfEquatorialFieldOfView` defines a :ref:`equatorial field of view` that is used to dynamically change a sensor's field of view (originally defined using :command:`antenna field of view commands`) using :method:`WsfSensor.SetFOV`. Static Methods ============== .. method:: static WsfEquatorialFieldOfView Construct(double aMinEquatorial, double aMaxEquatorial, double aMinPolar, double aMaxPolar) Returns a new :class:`WsfEquatorialFieldOfView` object with the specified equatorial and polar extents (in degrees). Methods ======= .. method:: Array EquatorialFieldOfView() Returns the minimum and maximum equatorial field of view extents (in degrees). .. method:: Array PolarFieldOfView() Returns the minimum and maximum polar field of view extents (in degrees).