lnls-fac / va

Virtual accelerator
GNU General Public License v3.0
3 stars 1 forks source link

Generalize implementation of RecordNames in LocalData.py #60

Closed xresende closed 7 years ago

xresende commented 7 years ago

LocalData builds its record_name internal structures dividing all record names into 'ps', 'di', etc, categories. at https://github.com/lnls-fac/va/blob/master/va/pvs/LocalData.py#L387 it is supposed that all 'di' record names are of the type 'read_only'. With this implementation it is difficult to add the property 'CurrentThreshold' with indicates to the soft IOC of the DCCTs when to trigger a beam lost to the timing system...

xresende commented 7 years ago

done.