get_far_field_data#

PostProcessor.get_far_field_data(expressions='GainTotal', setup_sweep_name='', domain='Infinite Sphere1', sweeps=None)[source]#

Generate far field data using the GetSolutionDataPerVariation() method.

This method returns the data solData, ThetaVals, PhiVals, ScanPhiVals, ScanThetaVals, and FreqVals.

Parameters:
expressionsstr or list, optional

One or more formulas to add to the report. The default is "GainTotal".

setup_sweep_namestr, optional

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

domainstr, dict, optional

Context type (sweep or time). The default is "Infinite Sphere1".

sweepsdict, optional

Dictionary of variables and values. The default is {"Freq": ["All"]}.

Returns:
pyaedt.modules.solutions.SolutionData

References

>>> oModule.GetSolutionDataPerVariation