archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
39 stars 38 forks source link

getAllPV's should have option for not including aliases in the mix. #19

Closed slacmshankar closed 2 years ago

slacmshankar commented 8 years ago

Users often use this call to write scripts that change the entire system. For these, we should probably not include aliases as that can cause logically "duplicate" PVs. Add a argument where users can skip aliases for such use cases

slacmshankar commented 2 years ago

We added a /getAllAliases to the BPL and this could be used to achieve the same functionality client-side.