: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. .. **************************************************************************** WsfJammerTask ------------- .. class:: WsfJammerTask WsfJammerTask is a :class:`WsfTask` used to begin jamming. Methods ======= .. method:: int BeamNumber() Returns the beam number for the jamming task. .. method:: void BeamNumber(int aBeamNumber) Sets the beam number for the jamming task. To be used prior to :method:`AssignTask `. .. method:: double Bandwidth() Returns the bandwidth for the jamming task. .. method:: void Bandwidth(double aBandwidth) Sets the bandwidth for the jamming task. To be used prior to :method:`AssignTask `. .. method:: double Frequency() Returns the frequency for the jamming task. .. method:: void Frequency(double aFrequency) Sets the frequency for the jamming task. To be used prior to :method:`AssignTask `. .. method:: string Technique() Returns the technique for the jamming task. .. method:: void Technique(string aJammingTechnique) Sets the technique for the jamming task. To be used prior to :method:`AssignTask `.