@@ -218,7 +218,7 @@ def fields(self, expressions=None, setup_name=None, polyline=None):
218
218
use in the export or ``LastAdaptive``.
219
219
polyline : str, optional
220
220
Name of the polyline to plot the field on.
221
- If polyline name is not provided the report might be incorrect.
221
+ If a name is not provided, the report might be incorrect.
222
222
The default value is ``None``.
223
223
224
224
Returns
@@ -260,7 +260,7 @@ def cg_fields(self, expressions=None, setup_name=None, polyline=None):
260
260
use in the export or ``LastAdaptive``.
261
261
polyline : str, optional
262
262
Name of the polyline to plot the field on.
263
- If polyline name is not provided the report might be incorrect.
263
+ If a name is not provided, the report might be incorrect.
264
264
The default value is ``None``.
265
265
266
266
Returns
@@ -302,7 +302,7 @@ def dc_fields(self, expressions=None, setup_name=None, polyline=None):
302
302
use in the export or ``LastAdaptive``.
303
303
polyline : str, optional
304
304
Name of the polyline to plot the field on.
305
- If polyline name is not provided the report might be incorrect.
305
+ If a name is not provided, the report might be incorrect.
306
306
The default value is ``None``.
307
307
308
308
Returns
@@ -344,7 +344,7 @@ def rl_fields(self, expressions=None, setup_name=None, polyline=None):
344
344
use in the export or ``LastAdaptive``.
345
345
polyline : str, optional
346
346
Name of the polyline to plot the field on.
347
- If polyline name is not provided the report might be incorrect.
347
+ If a name is not provided, the report might be incorrect.
348
348
The default value is ``None``.
349
349
350
350
Returns
@@ -3724,7 +3724,7 @@ def export_model_picture(
3724
3724
3725
3725
@pyaedt_function_handler (expression = "expressions" , families_dict = "sweeps" )
3726
3726
def get_far_field_data (self , expressions = "GainTotal" , setup_sweep_name = "" , domain = "Infinite Sphere1" , sweeps = None ):
3727
- """Generate far field data using ``GetSolutionDataPerVariation`` .
3727
+ """Generate far field data using the ``GetSolutionDataPerVariation()`` method .
3728
3728
3729
3729
This method returns the data ``solData``, ``ThetaVals``,
3730
3730
``PhiVals``, ``ScanPhiVals``, ``ScanThetaVals``, and
0 commit comments