%%
%%
%%
%%Copyright1994-2004TheMathWorks,Inc.
%%Abstract:
%%SignalViewerScopeblocktargetfile.Forusewithstandard.mat
%%filelogging.
%%
 
%implements SignalViewerScope "C"
 
 
%%BlockInstanceSetup=========================================================
%%Abstract:
%%Defineover-ridedatatypeforPWorkstructurewhenloggingto
%%astructure(comingsoon).
%%
%function BlockInstanceSetup(block, system) void
%endfunction %% BlockInstanceSetup
 
 
 
%%Function:Start=============================================================
%%Abstract:
%%Ifthescopeisconfiguredtosaveit'sdata,andifweareusingthe
%%standard.matfileloggingthenwriteoutcalltocreatethedata
%%loggingvariable.Inaddition,ifthescopeisconstantthenwe
%%needtologthedataoncehere(comingsoon).
%%
%function Start(block, system) Output
%endfunction %% Start
 
 
 
%%Function:Outputs===========================================================
%%Abstract:
%%Ifthescopeisconfiguredtosaveit'sdata,itisnotconstant,and
%%ifweareusingthestandard.matfileloggingthenwriteouta
%%calltologdata.Ifthesampletimeofthescopeistriggered,then
%%welogwheneverwearecalled,otherwisewelogonlyinmajortime
%%steps.ConstantsamplearehandledintheStartfunction(comingsoon).
%%
%function Outputs(block, system) Output
%endfunction %% Outputs
 
 
%%[EOF]signalviewerscope.tlc