BundleTerminal#
- class pyedb.dotnet.database.cell.terminal.bundle_terminal.BundleTerminal(pedb, edb_object)#
Bases:
pyedb.dotnet.database.cell.terminal.terminal.TerminalManages bundle terminal properties.
- Parameters:
- pedb
pyedb.edb.Edb EDB object from the
Edbliblibrary.- edb_object
Ansys.Ansoft.Edb.Cell.Terminal.BundleTerminal BundleTerminal instance from EDB.
- pedb
Overview#
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)#