: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. .. **************************************************************************** .. _DisSystem: DisSystem --------- .. class:: DisSystem .. parsed-literal:: :method:`DisSystem.GetBeam` :method:`DisSystem.GetDataLength` :method:`DisSystem.GetBeamCount` :method:`DisSystem.GetEmitterName` :method:`DisSystem.GetFunction` :method:`DisSystem.GetEmitterId` :method:`DisSystem.GetLocation` Overview ======== DisSystem_ is an implementation of the DIS System. Methods ======= .. method:: DisBeam GetBeam(int aBeamId) Returns the :class:`DisBeam` associated with aBeamId on this system. .. method:: int GetDataLength() Returns the data length of the DIS System structure. .. method:: int GetBeamCount() Returns the number of beams associated with the system. .. method:: int GetEmitterName() Returns an index name associated with this system. .. method:: int GetFunction() Returns the function associated with this system. .. method:: int GetEmitterId() Returns an emitter ID associated with the system. .. method:: Array GetLocation() Returns the offset of this system in the parent platform's coordinate system.