get_solution_data_per_variation#
- PostProcessor.get_solution_data_per_variation(soltype='Far Fields', setup_sweep_name='', ctxt=None, sweeps=None, expression='')[source]#
Retrieve solution data for each variation.
- Parameters:
- soltype
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.- ctxt
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'}
.- expression
str
orlist
,optional
One or more traces to include. The default is
""
.
- soltype
- Returns:
References
>>> oModule.GetSolutionDataPerVariation