Need a method to write "EPICs Records" to Front-End
While generating EPICs records (our terrible jargon for "modeled values for various DARM loop transfer function values at calibration line frequencies that we install in to dedicated EPICs records in the CAL-CS front-end process.") exists in the compute_epics_records
method in DARMModel
class of darm.py
, we need a method to push the saved EPICs values that are written to file to the front-end.
Check out writeEPICS
method in the old aligocalibration/trunk/Common/pyDARM/src/computeDARM.py for how I would imagine it'd work.