get_solution_data_per_variation#
- PostProcessorIcepak.get_solution_data_per_variation(solution_type: str = 'Far Fields', setup_sweep_name: str = '', context: str | dict = None, sweeps: dict = None, expressions: str = '') SolutionData | None#
Retrieve solution data for each variation.
- Parameters:
- solution_type
str,optional Type of the solution. For example,
"Far Fields"or"Modal Solution Data". The default is"Far Fields".- setup_sweep_name
str,optional Name of the setup for computing the report. The default is
"", in which case"nominal adaptive"is used.- context
list,optional List of context variables. The default is
None.- sweeps
dict,optional Dictionary of variables and values. The default is
None, in which case this list is used:{'Theta': 'All', 'Phi': 'All', 'Freq': 'All'}.- expressions
strorlist,optional One or more traces to include. The default is
"".
- solution_type
- Returns:
fromansys.aedt.core.modules.solutions.SolutionData
References
>>> oModule.GetSolutionDataPerVariation