Skip to content

Commit 7fd4007

Browse files
gmalinvePipKat
andauthored
Apply suggestions from code review
Co-authored-by: Kathy Pippert <[email protected]>
1 parent 126a6c8 commit 7fd4007

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyaedt/modules/PostProcessor.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def fields(self, expressions=None, setup_name=None, polyline=None):
218218
use in the export or ``LastAdaptive``.
219219
polyline : str, optional
220220
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.
222222
The default value is ``None``.
223223
224224
Returns
@@ -260,7 +260,7 @@ def cg_fields(self, expressions=None, setup_name=None, polyline=None):
260260
use in the export or ``LastAdaptive``.
261261
polyline : str, optional
262262
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.
264264
The default value is ``None``.
265265
266266
Returns
@@ -302,7 +302,7 @@ def dc_fields(self, expressions=None, setup_name=None, polyline=None):
302302
use in the export or ``LastAdaptive``.
303303
polyline : str, optional
304304
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.
306306
The default value is ``None``.
307307
308308
Returns
@@ -344,7 +344,7 @@ def rl_fields(self, expressions=None, setup_name=None, polyline=None):
344344
use in the export or ``LastAdaptive``.
345345
polyline : str, optional
346346
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.
348348
The default value is ``None``.
349349
350350
Returns
@@ -3724,7 +3724,7 @@ def export_model_picture(
37243724

37253725
@pyaedt_function_handler(expression="expressions", families_dict="sweeps")
37263726
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.
37283728
37293729
This method returns the data ``solData``, ``ThetaVals``,
37303730
``PhiVals``, ``ScanPhiVals``, ``ScanThetaVals``, and

0 commit comments

Comments
 (0)