: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. .. **************************************************************************** WsfSAR_Sensor ------------- .. class:: WsfSAR_Sensor inherits WsfSensor The script class WsfSAR_Sensor_ allows an analyst to interact with a :model:`WSF_SAR_SENSOR` during run-time. The following methods are available: Methods ======= .. method:: double GetDwellTime() double GetDwellTime(string aMode) Returns the :command:`WSF_SAR_SENSOR.dwell_time` (seconds) of the specified *aMode* or the currently selected mode if none is given. .. method:: void SetDwellTime(double aDwellTime) void SetDwellTime(double aDwellTime, string aMode) Sets the :command:`WSF_SAR_SENSOR.dwell_time` (seconds) of the specified *aMode* or the currently selected mode if none is given. .. method:: double GetResolution() double GetResolution(string aMode) Returns the :command:`WSF_SAR_SENSOR.resolution` (meters) of the specified *aMode* or the currently selected mode if none is given. .. method:: void SetResolution(double aResolution) void SetResolution(double aResolution, string aMode) Sets the :command:`WSF_SAR_SENSOR.resolution` (meters) of the specified *aMode* or the currently selected mode if none is given.