available_quantities_categories#
- PostProcessorIcepak.available_quantities_categories(report_category: str = None, display_type: str = None, solution: str = None, context: str | dict = None, is_siwave_dc: bool = False) list#
Compute the list of all available report categories.
- Parameters:
- report_category
str,optional Report category. The default is
None, in which case the first default category is used.- display_type
str,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".
- Report display type. The default is
- solution
str,optional Report setup. The default is
None, in which case the first nominal adaptive solution is used.- context
str,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.
- report_category
- Returns:
References
>>> oModule.GetAllCategories