get_solution_data_per_variation#
- PostProcessorCircuit.get_solution_data_per_variation(solution_type='Far Fields', setup_sweep_name='', context=None, sweeps=None, expressions='')#
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
str
orlist
,optional
One or more traces to include. The default is
""
.
- solution_type
- Returns:
from
ansys.aedt.core.modules.solutions.SolutionData
References
>>> oModule.GetSolutionDataPerVariation