@@ -617,7 +617,7 @@ def setup_y_connection(self, assignment=None):
617
617
----------
618
618
assignment : list, optional
619
619
List of windings. For example, ``["PhaseA", "PhaseB", "PhaseC"]``.
620
- The default value is ``None``, in which case the design has no Y connection.
620
+ The default is ``None``, in which case the design has no Y connection.
621
621
622
622
Returns
623
623
-------
@@ -942,7 +942,7 @@ def assign_rotate_motion(
942
942
943
943
@pyaedt_function_handler (face_list = "assignment" )
944
944
def assign_voltage (self , assignment , amplitude = 1 , name = None ):
945
- """Assign a voltage source to a list of faces in Maxwell 3D or a list of Objects in Maxwell 2D.
945
+ """Assign a voltage source to a list of faces in Maxwell 3D or a list of objects in Maxwell 2D.
946
946
947
947
Parameters
948
948
----------
@@ -1717,7 +1717,7 @@ def enable_harmonic_force(
1717
1717
assignment : list
1718
1718
List of object names for force calculations.
1719
1719
force_type : int, optional
1720
- Force Type. ``0`` for Objects , ``1`` for Surface, ``2`` for volumetric.
1720
+ Force type. Options are ``0`` for objects , ``1`` for surface, and ``2`` for volumetric.
1721
1721
window_function : str, optional
1722
1722
Windowing function. Default is ``"Rectangular"``.
1723
1723
Available options are: ``"Rectangular"``, ``"Tri"``, ``"Van Hann"``, ``"Hamming"``,
@@ -1791,9 +1791,9 @@ def enable_harmonic_force_on_layout_component(
1791
1791
Parameters
1792
1792
----------
1793
1793
assignment : str
1794
- Name of layout component to apply harmonic forces.
1794
+ Name of layout component to apply harmonic forces to .
1795
1795
nets : dict
1796
- Dictionary containing nets and layers on which enable harmonic forces.
1796
+ Dictionary containing nets and layers to enable harmonic forces on .
1797
1797
force_type : int, optional
1798
1798
Force Type. ``0`` for Objects, ``1`` for Surface, ``2`` for volumetric.
1799
1799
window_function : str, optional
@@ -2218,7 +2218,7 @@ def assign_impedance(
2218
2218
assignment : str
2219
2219
Faces or objects to apply the impedance boundary to.
2220
2220
material_name : str, optional
2221
- If it is different from ``None``, then material properties values will be extracted from
2221
+ Material name. The default is ``None``. If other than ``None``, material properties values are extracted from
2222
2222
the named material in the list of materials available. The default value is ``None``.
2223
2223
permeability : float, optional
2224
2224
Permeability of the material.The default value is ``0.0``.
0 commit comments