available_quantities_categories#

PostProcessor.available_quantities_categories(report_category=None, display_type=None, solution=None, context=None, is_siwave_dc=False)[source]#

Compute the list of all available report categories.

Parameters:
report_categorystr, optional

Report category. The default is None, in which case the first default category is used.

display_typestr, optional
Report display type. The default is None, in which case the first default type

is used. In most cases, this default type is "Rectangular Plot".

solutionstr, optional

Report setup. The default is None, in which case the first nominal adaptive solution is used.

contextstr, dict, optional

Report category. The default is None, in which case the first default context is used. For Maxwell 2D/3D eddy current solution types, the report category can be provided as a dictionary, where the key is the matrix name and the value the reduced matrix.

is_siwave_dcbool, optional

Whether the setup is Siwave DCIR. The default is False.

Returns:
list

References

>>> oModule.GetAllCategories