get_solution_data_per_variation#

PostProcessor.get_solution_data_per_variation(solution_type='Far Fields', setup_sweep_name='', context=None, sweeps=None, expressions='')[source]#

Retrieve solution data for each variation.

Parameters:
solution_typestr, optional

Type of the solution. For example, "Far Fields" or "Modal Solution Data". The default is "Far Fields".

setup_sweep_namestr, optional

Name of the setup for computing the report. The default is "", in which case "nominal adaptive" is used.

contextlist, optional

List of context variables. The default is None.

sweepsdict, optional

Dictionary of variables and values. The default is None, in which case this list is used: {'Theta': 'All', 'Phi': 'All', 'Freq': 'All'}.

expressionsstr or list, optional

One or more traces to include. The default is "".

Returns:
pyaedt.modules.solutions.SolutionData

References

>>> oModule.GetSolutionDataPerVariation