[solved] how to declare/delete/modify free properties non interactively?
|
|
---|---|
Hello, I would like to modify, create or delete a free property in a non interactive way. I tried with tango_admin without success, it is probably normal since the help of tango_admin does not seems to allow this use. Thank you.
- Philippe
|
|
|
---|---|
Hello Philippe Free properties, by definition, are not related to a device (admin or not). You must use Database class methods. Regards Pascal |
|
|
---|---|
If you want to get/set properties from linux shell you can use PyTango:
Fandango includes the "tango_property" script that simplifies a bit the second step (it tries to hint whether you search for device/dserver/starter/class/free properties in this order):
|
|
|
---|---|
Hello, thanks to both of you for your answers. :) edit: for other readers, you need to add a closing parenthesis to the following line: and it works juste fine!
- Philippe
|