File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2228,6 +2228,11 @@ def assign_impedance(
2228
2228
impedance : str, optional
2229
2229
Name of the impedance. The default is ``None`` in which case a unique name is chosen.
2230
2230
2231
+ Returns
2232
+ -------
2233
+ :class:`pyaedt.modules.Boundary.BoundaryObject`
2234
+ Boundary object if successful, ``False`` otherwise.
2235
+
2231
2236
References
2232
2237
----------
2233
2238
@@ -2244,11 +2249,6 @@ def assign_impedance(
2244
2249
>>> shield_faces = m3d.modeler.select_allfaces_fromobjects(["shield"])
2245
2250
>>> impedance_assignment = m3d.assign_impedance(objects=shield_faces, impedance="ShieldImpedance")
2246
2251
>>> m3d.release_desktop(True, True)
2247
-
2248
- Returns
2249
- -------
2250
- :class:`pyaedt.modules.Boundary.BoundaryObject`
2251
- Boundary object if successful, ``False`` otherwise.
2252
2252
"""
2253
2253
2254
2254
if self .solution_type in [
You can’t perform that action at this time.
0 commit comments