BuildMclogHTML Function

Builds an HTML Monte Carlo log file from the XML input file generated by the simulator during a Monte Carlo analysis

Arguments

Number Type Compulsory Default Description
1 string Yes Input file
2 String Yes Output file
3 String Yes mclog.css CSS file

Argument 1

XML input file. This is generated by the Monte Carlo analysis. Its path can be retrieved using the GetAnalysisInfo function using the outfile parameter.

Argument 2

Path to file to receive HTML generated code

Argument 3

Optional CSS file that may be used to style the HTML. This CSS file will be referenced in the HTML output and not embedded in it. Note that if the CSS file is not found, a default style will be used

Returns

Return type: real

Status: success: 1.0, fail: 0.0