ComponentProperty#

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

Class managing component properties.

Overview#

solder_ball_property

Return a SolderBallProperty wrapper for the component.

__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

Property detail#

property ComponentProperty.solder_ball_property: SolderBallProperty#

Return a SolderBallProperty wrapper for the component.

Returns:
SolderBallProperty

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.