Add Python API for loading multiple plugins at once
When loading PV plugins, reader and writer information is updated after each plugin is loaded. This can be computationally expensive when multiple plugins are loaded in sequence. This MR adds API to simple.py to load multiple PV plugins with only a single call to update readers and writers.
@utkarsh.ayachit @mwestphal @charles.gueunet
closes #19681 (closed)
Edited by T.J. Corona