BundleTerminal#

class pyedb.dotnet.database.cell.terminal.bundle_terminal.BundleTerminal(pedb, edb_object)#

Bases: pyedb.dotnet.database.cell.terminal.terminal.Terminal

Manages bundle terminal properties.

Parameters:
pedbpyedb.edb.Edb

EDB object from the Edblib library.

edb_objectAnsys.Ansoft.Edb.Cell.Terminal.BundleTerminal

BundleTerminal instance from EDB.

Overview#

decouple

Ungroup a bundle of terminals.

terminals

Get terminals belonging to this excitation.

Import detail#

from pyedb.dotnet.database.cell.terminal.bundle_terminal import BundleTerminal

Property detail#

property BundleTerminal.terminals#

Get terminals belonging to this excitation.

Method detail#

BundleTerminal.decouple()#

Ungroup a bundle of terminals.

classmethod BundleTerminal.create(pedb, name, terminals)#