@@ -190,7 +190,7 @@ def apply_skew(
190
190
def set_core_losses (self , objects , core_loss_on_field = False ):
191
191
"""Whether to enable core losses for a set of objects.
192
192
193
- For ``EddyCurrent`` and ``Transient`` solver designs, core losses calulcations
193
+ For ``EddyCurrent`` and ``Transient`` solver designs, core losses calculations
194
194
may be included in the simulation on any object that has a corresponding
195
195
core loss definition (with core loss coefficient settings) in the material library.
196
196
@@ -611,7 +611,7 @@ def eddy_effects_on(self, objects, enable_eddy_effects=True, enable_displacement
611
611
612
612
@pyaedt_function_handler (windings_name = "windings" )
613
613
def setup_y_connection (self , windings = None ):
614
- """Setup the Y connection.
614
+ """Set up the Y connection.
615
615
616
616
Parameters
617
617
----------
@@ -1061,7 +1061,7 @@ def assign_winding(
1061
1061
resistance : float, optional
1062
1062
Resistance in ohms. The default is ``0``.
1063
1063
inductance : float, optional
1064
- Inductnace in Henry (H). The default is ``0``.
1064
+ Inductance in Henry (H). The default is ``0``.
1065
1065
voltage : float, optional
1066
1066
Voltage value. The default is ``0``.
1067
1067
parallel_branches : int, optional
@@ -1291,7 +1291,7 @@ def assign_force(self, objects, coordinate_system="Global", is_virtual=True, for
1291
1291
self ._boundaries [bound .name ] = bound
1292
1292
return bound
1293
1293
else :
1294
- self .logger .error ("Solution Type has not Matrix Parameter " )
1294
+ self .logger .error ("Solution type has no ' Matrix' parameter. " )
1295
1295
return False
1296
1296
1297
1297
@pyaedt_function_handler (input_object = "objects" , reference_cs = "coordinate_system" )
@@ -1880,7 +1880,7 @@ def export_element_based_harmonic_force(
1880
1880
Parameters
1881
1881
----------
1882
1882
output_directory : str, optional
1883
- The path for the output directory. If ``None`` pyaedt working dir will be used.
1883
+ Path for the output directory. If ``None`` pyaedt working dir will be used.
1884
1884
setup : str, optional
1885
1885
Name of the solution setup. If ``None``, the nominal setup is used.
1886
1886
start_frequency : float, optional
@@ -1966,7 +1966,8 @@ def edit_external_circuit(self, netlist_file_path, schematic_design_name):
1966
1966
def create_setup (self , name = "MySetupAuto" , setup_type = None , ** kwargs ):
1967
1967
"""Create an analysis setup for Maxwell 3D or 2D.
1968
1968
1969
- Optional arguments are passed along with ``setuptype`` and ``setupname``.
1969
+ Optional arguments are passed using the ``setup_type`` and ``name``
1970
+ parameters.
1970
1971
Keyword names correspond to the ``setuptype`` corresponding to the native AEDT API.
1971
1972
The list of keywords here is not exhaustive.
1972
1973
@@ -2148,7 +2149,7 @@ def assign_insulating(self, objects, insulation=None):
2148
2149
objects : str or int
2149
2150
Objects or faces to apply the insulating boundary to.
2150
2151
insulation : str, optional
2151
- Name of the insulation. The default is ``None`` in which case a unique name is chosen .
2152
+ Name of the insulation. The default is ``None``, in which case a unique name is assigned .
2152
2153
2153
2154
Returns
2154
2155
-------
@@ -2225,7 +2226,7 @@ def assign_impedance(
2225
2226
If the option ``material_name`` is activated, the permeability can either be linear or not.
2226
2227
The default value is ``False``.
2227
2228
impedance : str, optional
2228
- Name of the impedance. The default is ``None`` in which case a unique name is chosen .
2229
+ Name of the impedance. The default is ``None``, in which case a unique name is assigned .
2229
2230
2230
2231
Returns
2231
2232
-------
@@ -2567,13 +2568,13 @@ def assign_layout_force(
2567
2568
Parameters
2568
2569
----------
2569
2570
net_layers : dict
2570
- Each <layer, net> pair represents the object(s) in the intersection of corresponding layer and net.
2571
- Net name is dictionary's key, layers name is the list of layer names.
2571
+ Each <layer, net> pair represents the objects in the intersection of the corresponding layer and net.
2572
+ The layer name is from the list of layer names. The net name is the dictionary's key .
2572
2573
component_name : str
2573
- Name of the 3d component to assign the layout force to.
2574
+ Name of the 3D component to assign the layout force to.
2574
2575
coordinate_system : str, optional
2575
2576
Reference coordinate system.
2576
- If not provided the global one will be set .
2577
+ If not provided, the global one is used .
2577
2578
force_name : str, optional
2578
2579
Name of the layout force.
2579
2580
If not provided a random name will be generated.
@@ -2926,7 +2927,7 @@ def model_depth(self, value):
2926
2927
2927
2928
@pyaedt_function_handler (linefilter = "line_filter" , objectfilter = "object_filter" )
2928
2929
def generate_design_data (self , line_filter = None , object_filter = None ):
2929
- """Generate a generic set of design data and store it in the extension directory as ``design_data.json``.
2930
+ """Generate a generic set of design data and store it in the extension directory in a ``design_data.json`` file .
2930
2931
2931
2932
Parameters
2932
2933
----------
0 commit comments