Default to adding ports at the origin

master
Jan Petykiewicz 1 year ago committed by jan
parent 5c48a28661
commit a35bf9770a

@ -181,7 +181,7 @@ class PortList(metaclass=ABCMeta):
def add_port_pair(
self: PL,
offset: ArrayLike,
offset: ArrayLike = (0, 0),
rotation: float = 0.0,
names: Tuple[str, str] = ('A', 'B'),
ptype: str = 'unk',

Loading…
Cancel
Save