TestADCSSimStruct:

Path: FormationFlying/Initialize

% Attitude control test data structure
 Set up the data structure for a DFF simulation which tests the  functionality
 of the attitude control system. All inputs are optional.
--------------------------------------------------------------------------
   Form:
   sim = TestADCSSimStruct( el, nOrbits, nSC, jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   el         (n,:)    Initial element set for all spacecraft.
   duration    (1)     Simulation duration (sec).
   nSC         (1)     Number of spacecraft to simulate.
   jD          (1)     Julian date at start of simulation.

   -------
   Outputs
   -------
   sim          (.)    Simulation data structure to be input to DFFSimulation

--------------------------------------------------------------------------