PadstackInstanceTerminal#

class pyedb.grpc.database.terminal.padstack_instance_terminal.PadstackInstanceTerminal(pedb, edb_object=None)#

Bases: ansys.edb.core.terminal.padstack_instance_terminal.PadstackInstanceTerminal

Manages bundle terminal properties.

Overview#

position

Terminal position.

padstack_instance

PadstackInstance: Padstack instance of the terminal.

component

ComponentGroup: Component of the Connectable object.

location

Terminal position.

net_name

Net name.

magnitude

Source amplitude.

phase

Source phase.

source_amplitude

Source amplitude.

source_phase

Source phase.

impedance

Impdeance value.

boundary_type

Boundary type.

is_port

ref_terminal

Return reference terminal.

terminal_type

Import detail#

from pyedb.grpc.database.terminal.padstack_instance_terminal import PadstackInstanceTerminal

Property detail#

property PadstackInstanceTerminal.position: list[float]#

Terminal position.

Returns:
Position [x,y][float, float]
property PadstackInstanceTerminal.padstack_instance: any#

PadstackInstance: Padstack instance of the terminal.

property PadstackInstanceTerminal.component: any#

ComponentGroup: Component of the Connectable object.

property PadstackInstanceTerminal.location: list[float]#

Terminal position.

Returns:
Position [x,y][float, float]
property PadstackInstanceTerminal.net_name: str#

Net name.

Returns:
strname of the net.
property PadstackInstanceTerminal.magnitude: float#

Source amplitude.

Returns:
floatamplitude value.
property PadstackInstanceTerminal.phase: float#

Source phase.

Returns:
floatphase value.
property PadstackInstanceTerminal.source_amplitude: float#

Source amplitude.

Returns:
floatamplitude value.
property PadstackInstanceTerminal.source_phase: float#

Source phase.

Returns:
floatphase value.
property PadstackInstanceTerminal.impedance: float#

Impdeance value.

Returns:
floatimpedance value.
property PadstackInstanceTerminal.boundary_type: str#

Boundary type.

Returns:
strBoundary type.
property PadstackInstanceTerminal.is_port: bool#
property PadstackInstanceTerminal.ref_terminal#

Return reference terminal.

..deprecated:: 0.43.0

Use: func:reference_terminal property instead.

property PadstackInstanceTerminal.terminal_type: str#