Menu

#38 Missing DeviceProxy.<attribute name>

closed
5
2010-07-01
2010-07-01
No

Many people requested that the feature present in PyTango 3.0.4 and which disapeared in PyTango 7 regarding direct access to tango attributes in a client with the API:
Missing DeviceProxy.<attribute name>
become available again. Ex:
>>> motor = PyTango.DeviceProxy("my/own/motor")
>>> print motor.position # prints the current value of the position attribute
>>> motor.position = 40 # will move motor to 40

Discussion

  • Tiago Coutinho

    Tiago Coutinho - 2010-07-01

    Accepted.
    Implemented in revision 7791
    Will become available in next PyTango release (7.1.2)

     
  • Tiago Coutinho

    Tiago Coutinho - 2010-07-01
    • status: open --> closed