CfgBundleTerminal#

class pyedb.configuration.cfg_terminals.CfgBundleTerminal(/, **data: Any)#

Bases: pyedb.configuration.cfg_common.CfgBaseModel

Represent a bundle terminal built from other terminal names.

Overview#

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

terminal_type

terminals

name

Import detail#

from pyedb.configuration.cfg_terminals import CfgBundleTerminal

Attribute detail#

CfgBundleTerminal.model_config#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

CfgBundleTerminal.terminal_type: str = 'bundle'#
CfgBundleTerminal.terminals: list[str]#
CfgBundleTerminal.name: str#