ComponentProperty#

class pyedb.grpc.database.hierarchy.component.ComponentProperty(core)#

Class managing component properties.

Overview#

__getattr__

Only called if normal attribute lookup fails on self.

__setattr__

Only called if normal attribute lookup fails on self.

Import detail#

from pyedb.grpc.database.hierarchy.component import ComponentProperty

Method detail#

ComponentProperty.__getattr__(name)#

Only called if normal attribute lookup fails on self. Delegates to self.core.

ComponentProperty.__setattr__(name, value)#

Only called if normal attribute lookup fails on self. Delegates to self.core.