modelRecord
Record statistical indicators
Information
This module represents the record of additional statistical indicators in the flowchart diagram. It has been implemented with the Count and Tally blocks of the SIMANLib library, including its associated Counter and Tally elements.
Depending on the Type selected in the module parameters, the record will store the Value usign a Counter or a Tally. The results will be written to the output file.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | name | "recordName" | |
| Integer | Type | 1 | Type of data to record |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| DEVSLib.SRC.Interfaces.inPort | In | ||
| DEVSLib.SRC.Interfaces.outPort | Out |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | Value | 1 | Value to be stored |
| SIMANLib.Blocks.Count | count | ||
| SIMANLib.Blocks.Tally | tally | ||
| Integer | ec | count.S.e | last entity that left the module (counter) |
| Integer | et | tally.S.e | last entity that left the module (tally) |
| SIMANLib.Elements.Tally | tallyElement | ||
| SIMANLib.Elements.Counter | counterElement |