simulation_reports#
Bases:
TUIMenu
Enter the simulation reports menu.
Methods:
delete_simulation_report
(*args, **kwargs)Delete the provided simulation report.
duplicate_simulation_report
(*args, **kwargs)Duplicate a report and all of its settings to a new report.
export_simulation_report_as_html
(*args, **kwargs)Export the provided simulation report as HTML.
export_simulation_report_as_pdf
(*args, **kwargs)Export the provided simulation report as a PDF file.
export_simulation_report_as_pptx
(*args, **kwargs)Export the provided simulation report as a PPT file.
generate_simulation_report
(*args, **kwargs)Generate a new simulation report or regenerate an existing simulation report with the provided name.
list_simulation_reports
(*args, **kwargs)List all report names.
read_simulation_report_template_file
(*args, ...)Read a JSON template file with existing Simulation Report settings.
rename_simulation_report
(*args, **kwargs)Rename a report which has already been generated.
reset_report_to_defaults
(*args, **kwargs)Reset all report settings to default for the provided simulation report.
view_simulation_report
(*args, **kwargs)View a simulation report that has already been generated.
write_report_names_to_file
(*args, **kwargs)Write the list of currently generated report names to a txt file.
write_simulation_report_template_file
(*args, ...)Write a JSON template file with this case's Simulation Report settings.
Classes:
parametric_study
(path, service)Enter the parametric study menu.
Delete the provided simulation report.
Duplicate a report and all of its settings to a new report.
Export the provided simulation report as HTML.
Export the provided simulation report as a PDF file.
Export the provided simulation report as a PPT file.
Generate a new simulation report or regenerate an existing simulation report with the provided name.
List all report names.
Bases:
TUIMenu
Enter the parametric study menu.
Methods:
generate_design_point_report
(*args, **kwargs)Generate a simulation report for an updated design point.
generate_parametric_report
(*args, **kwargs)Generate a parametric report for your study.
Generate a simulation report for an updated design point.
Generate a parametric report for your study.
Read a JSON template file with existing Simulation Report settings.
Rename a report which has already been generated.
Reset all report settings to default for the provided simulation report.
View a simulation report that has already been generated. In batch mode this will print the report’s URL.
Write the list of currently generated report names to a txt file.
Write a JSON template file with this case’s Simulation Report settings.