create_coax_port#
- EdbPadstacks.create_coax_port(padstackinstance, use_dot_separator=True, name=None)[source]#
Create HFSS 3Dlayout coaxial lumped port on a pastack Requires to have solder ball defined before calling this method.
- Parameters:
- padstackinstanceEdb.Cell.Primitive.PadstackInstance or
int
Padstack instance object.
- use_dot_separatorbool,
optional
Whether to use
.
as the separator for the naming convention, which is[component][net][pin]
. The default isTrue
. IfFalse
,_
is used as the separator instead.- name
str
Port name for overwriting the default port-naming convention, which is
[component][net][pin]
. The port name must be unique. If a port with the specified name already exists, the default naming convention is used so that port creation does not fail.
- padstackinstanceEdb.Cell.Primitive.PadstackInstance or
- Returns:
str
Terminal name.