EdgeTerminal#

class pyedb.grpc.database.terminal.edge_terminal.EdgeTerminal(pedb, edb_object)#

Bases: ansys.edb.core.terminal.edge_terminal.EdgeTerminal

Represents an edge terminal.

Overview#

couple_ports

Create a bundle wave port.

boundary_type

Boundary type.

is_wave_port

is_port

Added for dotnet compatibility

ref_terminal

Return refeference terminal.

hfss_type

terminal_type

Import detail#

from pyedb.grpc.database.terminal.edge_terminal import EdgeTerminal

Property detail#

property EdgeTerminal.boundary_type: str#

Boundary type.

Returns:
strboundary type.
property EdgeTerminal.is_wave_port: bool#
property EdgeTerminal.is_port: bool#

Added for dotnet compatibility

property EdgeTerminal.ref_terminal: any#

Return refeference terminal.

..deprecated:: 0.44.0

Use: func:reference_terminal property instead.

property EdgeTerminal.hfss_type: str#
property EdgeTerminal.terminal_type: str#

Method detail#

EdgeTerminal.couple_ports(port)#

Create a bundle wave port.

Parameters:
portWaveport,
:class:`GapPOrt `, list, optional

Ports to be added.

Returns:
BundleWavePort