coincidence_HM.load_trigger_file ================================ Back to :doc:`Module page <../modules/coincidence_HM>` Summary ------- Convenience function to load triggers from a file Signature --------- .. code-block:: python def load_trigger_file(config_fname) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``config_fname`` - - - - - json file Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - processedclist for file Docstring --------- .. code-block:: text Convenience function to load triggers from a file :param config_fname: json file :return: processedclist for file