:mod:`ocelot.common.xio` ======================== .. py:module:: ocelot.common.xio .. autoapi-nested-parse:: I/O operations Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ocelot.common.xio.XIO ocelot.common.xio.Dump .. py:class:: XIO(filename, mode='w') .. method:: close(self) .. method:: write_beam(self, beam) .. method:: read_beam(self) .. method:: write_screen(self, screen) .. method:: read_screen(self) .. method:: write_intensity(self, i, idx=0) .. method:: read_intensity(self, idx=0) .. method:: write_trajectory(self, tr, idx=0) .. method:: read_trajectory(self, idx=0) .. py:class:: Dump .. method:: dump(self, xio) .. method:: read(self, xio)