Skip to content

Commit

Permalink
Update pyaedt/edb_core/edb_data/padstacks_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
hui-zhou-a and PipKat authored Oct 27, 2023
1 parent 7c04952 commit eac312a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/edb_core/edb_data/padstacks_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ def create_port(self, name=None, reference=None, is_circuit_port=False):
Parameters
----------
name : str, optional
Name of the port.
Name of the port. The default is ``None``, in which case a name is automatically assigned.
reference : class:`pyaedt.edb_core.edb_data.nets_data.EDBNetsData`,
class:`pyaedt.edb_core.edb_data.padstacks_data.EDBPadstackInstance`,
class:`pyaedt.edb_core.edb_data.sources.PinGroup`, optional
Expand Down

0 comments on commit eac312a

Please sign in to comment.