Skip to content

Commit e01221c

Browse files
committed
fix docs
1 parent f3a08fa commit e01221c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyaedt/maxwell.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,11 @@ def assign_impedance(
22282228
impedance : str, optional
22292229
Name of the impedance. The default is ``None`` in which case a unique name is chosen.
22302230
2231+
Returns
2232+
-------
2233+
:class:`pyaedt.modules.Boundary.BoundaryObject`
2234+
Boundary object if successful, ``False`` otherwise.
2235+
22312236
References
22322237
----------
22332238
@@ -2244,11 +2249,6 @@ def assign_impedance(
22442249
>>> shield_faces = m3d.modeler.select_allfaces_fromobjects(["shield"])
22452250
>>> impedance_assignment = m3d.assign_impedance(objects=shield_faces, impedance="ShieldImpedance")
22462251
>>> m3d.release_desktop(True, True)
2247-
2248-
Returns
2249-
-------
2250-
:class:`pyaedt.modules.Boundary.BoundaryObject`
2251-
Boundary object if successful, ``False`` otherwise.
22522252
"""
22532253

22542254
if self.solution_type in [

0 commit comments

Comments
 (0)