new
create a new PV, starts linking:
flush CA (ca_pend_io)
flush CA (ca_pend_event)
link to new PV
x.link('instr:mech:doublearray')
sync/async
operate in sync/async mode
x.sync(1.0)
x.async()
get
retrieve PV value - return value in sync mode
x.get()
('alpha', 'beta', 'gamma')
put
set PV value
x.put((?a?,?b?,?c?))
monitor/clearmonitor
start/stop monitoring
... print self
...
x.monitor(my_callback)
x.clearmonitor()
x.monitor()
get CA stats
'dim': 1L}
get local value
x.val()
(?a?,?b?,?c?)
Note: objectdestructor free ressources (no leak)
del x