: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. .. **************************************************************************** group ----- **Script Class:** :class:`WsfGroup` .. command:: group :block: .. parsed-literal:: group ** ** aux_data_ ... end_group Overview ======== A :command:`group` object represents an aggregation of :command:`platform` and platform part (:command:`sensor`, :command:`processor`, :command:`comm`) objects. In order to join a group the object must either provide the *group_join* input for :command:`platforms ` or :command:`platform parts <_.platform_part.group_join>`, or one may use the script method :method:`WsfGroup.AddMember(...) `. The base type :class:`WsfGroup` has only auxiliary data. Commands ======== .. command:: aux_data ... end_aux_data Defines auxiliary data for a platform. See :command:`_.aux_data`. Referenced by: :class:`WsfGroup`, :command:`platform`, :class:`WsfPlatform` and :class:`WsfSimulation` for group methods.