showStatisticsReport

Syntax

showStatisticsReport(List:list[, FileName:string])

The function showStatisticsReport shows the statistics report of the objects, which you enter into the list.

Parameters

  • The parameter List of data type list designates the list into which you entered the names of the objects.

  • The optional parameter FileName of data type string designates the name of the file into which Plant Simulation writes the statistics values.

Example

showStatisticsReport(myStatisticsObjects)
showStatisticsReport(myStatisticsObjects,"My Statistics Report")