ControlFileDielectric#

class pyedb.grpc.database.control_file.ControlFileDielectric(name: str, properties: Dict[str, Any])#

Represents a dielectric layer in the control file.

Parameters:
namestr

Layer name.

propertiesdict

Layer properties dictionary.

Overview#

Import detail#

from pyedb.grpc.database.control_file import ControlFileDielectric

Attribute detail#

ControlFileDielectric.name: str#
ControlFileDielectric.properties: Dict[str, Any]#