Node¶
-
class
canlib.kvadblib.
Node
(db, handle, name=None, comment=None)[source]¶ Database Node
-
comment
¶ The node’s comment
Type: str
-
get_attribute_value
(name)[source]¶ Return attribute value
If the attribute is not set on the message, we return the attribute definition default value.
-
name
¶ The node’s name
Type: str
-