: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. .. **************************************************************************** processor --------- see :ref:`Predefined_Processor_Types` Script Class: :class:`WsfProcessor` .. command:: processor :block: .. parsed-literal:: processor ... :ref:`Platform_Part_Commands` ... update_interval_ ... end_processor Overview ======== Commands ======== .. command:: update_interval If non-zero, specifies a periodic time interval at which the simulation will call the processor. If zero then the processor will only respond to explicit messages. **Default** 0.0 .. note:: Not all processors support periodic updates.