get_all_report_quantities#
- PostProcessorIcepak.get_all_report_quantities(solution: str = None, context: str | dict = None, is_siwave_dc: bool = False) dict#
Return all the possible report categories organized by report types, solution and categories.
- Parameters:
- solution
stroptional Solution to get the report quantities. The default is
None, in which case the all solutions are used.- context
str,dict,optional Report Context. The default is
None, in which case the default context is used. For Maxwell 2D/3D Eddy Current solution types this can be provided as a dictionary where the key is the matrix name and value the reduced matrix.- is_siwave_dcbool,
optional Whether if the setup is SIwave DCIR or not. Default is
False.
- solution
- Returns:
dictA dictionary with primary key the report type, secondary key the solution type and third key the report categories.