Builds a Sensitivity report HTML file from the XML file generated by a sensitivity analysis.
Note that this fil
Number | Type | Compulsory | Default | Description |
1 | String | Yes | Input file | |
2 | String | Yes | Output file | |
3 | Real | No | 0 | Sort column |
4 | String | Yes | sensitivity.css | CSS file |
XML input file. This is generated by the sensitivity analysis. Its path can be retrieved using the GetAnalysisInfo function using the outfile parameter.
Path to file to receive HTML generated code
The resulting HTML file is in the form of a table. By default, the table is sorted in order of case number - column 0. This argument specifies alternative columns to be used for the sort order.
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
Return type: real
Status: success: 1.0, fail: 0.0
▲Function Summary▲ | ||
◄ BuildParameterString | BuildWorstCaseHTML ▶ |