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 is True. If False, _ is used as the separator instead.

namestr

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.

Returns:
str

Terminal name.