available_report_quantities#
- PostProcessor.available_report_quantities(report_category=None, display_type=None, solution=None, quantities_category=None, context='', is_siwave_dc=False)[source]#
Compute the list of all available report quantities of a given report quantity category.
- Parameters:
- report_category
str
,optional
Report Category. Default is
None
which will take first default category.- display_type
str
,optional
Report Display Type. Default is
None
which will take first default type which is in most of the case “Rectangular Plot”.- solution
str
,optional
Report Setup. Default is None which will take first nominal_adaptive solution.
- quantities_category
str
,optional
The category to which quantities belong. It has to be one of
available_quantities_categories
method. Default isNone
which will take first default quantity.”.- context
str
,optional
Report Context. Default is
""
which will take first default context.- is_siwave_dcbool,
optional
Whether if the setup is Siwave DCIR or not. Default is
False
.
- report_category
- Returns:
References
>>> oModule.GetAllQuantities