| __eq__ | no documentation |
| __ne__ | no documentation |
| __nonzero__ | no documentation |
| __str__ | Return a string representation of the parameters current value. To be used
for display purposes only. This value can include characters like 'db' or
'hz', depending on the type of the parameter. |
| add_value_listener | Add a listener function or method, which will be called as soon as the
property "value" has changed. |
| remove_value_listener | Remove a previously set listener function or method from
property "value". |
| value_has_listener | Returns true, if the given listener function or method is connected
to the property "value". |
|