Default to adding ports at the origin
This commit is contained in:
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…
Reference in New Issue
Block a user