Full Library / Result / Statistics_Generator / Statistics-Cumulated_Values
Block Name: Statistics-Cumulated_Values
Code File Location: VisualSim/actor/lib/Stats_Sum
This actor collects the integers and doubles arriving at the input to compute specific statistics at that location in the model. This block sums the incoming values for throughput type of calculations. This statistics block can sample every Nth data input, in combination with the ability to collect batch statistics. If the user wishes to collect the maximum statistical information, then one would set the 'Sample_Every_Nth_DS' parameter to 1 (default), and also set the 'Batch_Count_Min_Max' parameter to 1 0.0 100.0, where the first number indicates the number of batches (1), the second number indicates the start time (0.0), the last number indicates the stop time (100.0). The stop time can also be set to 'tstop', which will be interpreted by the actor to insert the end of the simulation time.
public VisualSim.data.expr.Parameter Statistic_Name
public VisualSim.data.expr.Parameter Sample_Every_Nth_DS
public VisualSim.data.expr.Parameter Batch_Count_Min_Max
public VisualSim.actor.TypedIOPort stats_data
public VisualSim.actor.TypedIOPort stats_trigger
public VisualSim.actor.TypedIOPort stats_reset
public VisualSim.actor.TypedIOPort histo_output
public VisualSim.actor.TypedIOPort output
Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator