Layer#

class pyedb.grpc.database.layers.layer.Layer(pedb, edb_object=None, name='', layer_type='undefined', **kwargs)#

Bases: ansys.edb.core.layer.layer.Layer

Manages Layer.

Overview#

properties

type

LayerType: Type of the layer.

Import detail#

from pyedb.grpc.database.layers.layer import Layer

Property detail#

property Layer.properties: dict[str, str]#
property Layer.type: str#

LayerType: Type of the layer.

Method detail#

Layer.update(**kwargs)#