get_far_field_data#
- PostProcessor3DLayout.get_far_field_data(expressions='GainTotal', setup_sweep_name='', domain='Infinite Sphere1', sweeps=None)#
Generate far field data using the
GetSolutionDataPerVariation()
method.This method returns the data
solData
,ThetaVals
,PhiVals
,ScanPhiVals
,ScanThetaVals
, andFreqVals
.- Parameters:
- expressions
str
orlist
,optional
One or more formulas to add to the report. The default is
"GainTotal"
.- setup_sweep_name
str
,optional
Name of the setup for computing the report. The default is
""
, in which case the nominal sweep is used.- domain
str
,dict
,optional
Context type (sweep or time). The default is
"Infinite Sphere1"
.- sweeps
dict
,optional
Dictionary of variables and values. The default is
{"Freq": ["All"]}
.
- expressions
- Returns:
ansys.aedt.core.modules.solutions.SolutionData
References
>>> oModule.GetSolutionDataPerVariation