Dear all,
I have a simple question. In a python Tango device how can I configure polling for an attribute (period, turn on/off polling)? For standard attribute I can set the polling when creating them in the init_device:
myattr= attribute(…, polling_period=3000, …)
What should I do to set polling for State & Status attributes at initialization or if I want to reconfigure polling for some standard attributes after init_device()?
Probably this question was answered in the past, so forgive me if I ask again.
Have you got the solution to set polling for State & Status attributes at initialization in Python/PythonHL code?
I am also trying to set polling for State & status command in PythonHL code. I am trying to resolve the issue posted on Tango Forum here: Polling of the state is not implemented · Issue #53 · tango-controls/pogo · GitHub