epics-base / pvaPy

pvaPy provides Python bindings for EPICS pvAccess
https://epics.anl.gov/extensions/pvaPy/production/index.html
Other
36 stars 22 forks source link

Reading and writing to a single array element of a PVAccess PV #81

Closed bsobhani closed 1 year ago

bsobhani commented 1 year ago

The tooltip when typing in a PVAccess PV name says "pva://pva/subfield/subelement". If the PV is an array, is it possible to display or write to a single element? For example, if the array is "1 3 5 6 7", just display the 2nd element (3)?

bsobhani commented 1 year ago

Sorry I posted this to the wrong repo.