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_categorystr, optional

Report Category. Default is None which will take first default category.

display_typestr, optional

Report Display Type. Default is None which will take first default type which is in most of the case “Rectangular Plot”.

solutionstr, optional

Report Setup. Default is None which will take first nominal_adpative solution.

quantities_categorystr, optional

The category to which quantities belong. It has to be one of available_quantities_categories method. Default is None which will take first default quantity.”.

contextstr, 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.

Returns:
list

References

>>> oModule.GetAllQuantities