Skip to content

Commit 8ba3e00

Browse files
authored
Remove unused argument description. (#644)
1 parent a34a538 commit 8ba3e00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyaedt/modeler/PrimitivesNexxim.py

-2
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ def create_resistor(self, compname=None, value=50, location=[], angle=0, use_ins
444444
Resistance in ohms. The default is ``50``.
445445
location : list of float, optional
446446
Position on the X axis and Y axis.
447-
ypos : float, optional
448-
Position on the Y axis. The default is ``0``.
449447
angle : float, optional
450448
Angle rotation in degrees. The default is ``0``.
451449
use_instance_id_netlist : bool, optional

0 commit comments

Comments
 (0)