BuildWorstCaseHTML Function

Builds a Sensitivity report HTML file from the XML file generated by a worst-case analysis.

Arguments

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

Argument 1

XML input file. This is generated by the Worst-case 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