SCClock:

Path: SC/Sensor

% Models a spacecraft clock.
--------------------------------------------------------------------------
   Form:
   y = SCClock( action, d )
--------------------------------------------------------------------------

   -------
   Inputs
   -------
   action      (1,:)     'initialize' 'get power' 'set failure' 'derivative'           
   d           (1,1)     Depends on the action

   -------
   Outputs
   -------
   y           (1,1)     Depends on the action

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

Back to the SC Module page