Inheritance diagram for GattrHsk:


Public Member Functions | |
| __init__ (node, attr) | |
| getNode () | |
| __init__ (name, id, rule=gAttr.Gattr.defaultRule, constraint=gAttr.Gattr.defaultConstraint, egu=gAttr.Gattr.defaultEgu) | |
| create (node) | |
| set (node, val, bypass=True) | |
| get (node, raw, bypass=False) | |
Definition at line 11 of file gHdb.py.
|
||||||||||||||||||||||||
|
GattrHsk constructor
|
|
||||||||||||||||
|
Method for getting the value of an attribute. If bypass=0 (the default), the value will be returned in EU. If bypass=1, the raw value will be returned. |
|
||||||||||||||||
|
Method for setting the value of an attribute. Calls the functions in the attribute's node for setting values.
Reimplemented from Gattr. |
1.4.1