ComponentProperty#
- class pyedb.grpc.database.hierarchy.component.ComponentProperty(core)#
Class managing component properties.
Overview#
Return a |
Only called if normal attribute lookup fails on self. |
|
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
SolderBallPropertywrapper 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.