report.Settings#
- class Settings#
Bases:
Flow360BaseModelSettings for controlling output properties.
Attributes
- dpi: int, optional#
The resolution in dots per inch (DPI) for generated images in report (A4 assumed).
- Default:
300
- dump_table_csv: bool, optional#
If
True, :class:Tabledata will be dumped into a csv file.- Default:
False
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods